0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-06-18 09:41:23 +02:00

Removed some z-indexes

This commit is contained in:
peteruithoven 2014-01-17 12:51:54 +01:00
parent 8b229c0aff
commit 62f2bc824b
3 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ body {
transition: opacity .35s linear;
position: absolute;
left: 0px;
z-index: -5;
//z-index: -5;
}
#bgTop {

View File

@ -299,7 +299,7 @@
.joyride-expose-cover {
background: transparent;
position: absolute;
z-index: 10000;
//z-index: 10000;
top: 0;
left: 0;
border-radius: 5px;

View File

@ -13,7 +13,7 @@
color: #333;
white-space:nowrap;
z-index: 5;
//z-index: 5;
display:none;