mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-22 09:17:56 +01:00
Removed some z-indexes
This commit is contained in:
parent
8b229c0aff
commit
62f2bc824b
@ -45,7 +45,7 @@ body {
|
|||||||
transition: opacity .35s linear;
|
transition: opacity .35s linear;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
z-index: -5;
|
//z-index: -5;
|
||||||
}
|
}
|
||||||
|
|
||||||
#bgTop {
|
#bgTop {
|
||||||
|
@ -299,7 +299,7 @@
|
|||||||
.joyride-expose-cover {
|
.joyride-expose-cover {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 10000;
|
//z-index: 10000;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
color: #333;
|
color: #333;
|
||||||
white-space:nowrap;
|
white-space:nowrap;
|
||||||
|
|
||||||
z-index: 5;
|
//z-index: 5;
|
||||||
|
|
||||||
display:none;
|
display:none;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user