mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-22 01:07: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;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
z-index: -5;
|
||||
//z-index: -5;
|
||||
}
|
||||
|
||||
#bgTop {
|
||||
|
@ -299,7 +299,7 @@
|
||||
.joyride-expose-cover {
|
||||
background: transparent;
|
||||
position: absolute;
|
||||
z-index: 10000;
|
||||
//z-index: 10000;
|
||||
top: 0;
|
||||
left: 0;
|
||||
border-radius: 5px;
|
||||
|
@ -13,7 +13,7 @@
|
||||
color: #333;
|
||||
white-space:nowrap;
|
||||
|
||||
z-index: 5;
|
||||
//z-index: 5;
|
||||
|
||||
display:none;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user