z-indexes, shouldn't break any indexing?
This commit is contained in:
parent
d274fda428
commit
09d9f50160
|
@ -3,7 +3,7 @@
|
|||
top: 22px;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
z-index: 3000;
|
||||
z-index: 1001;
|
||||
width: 310px;
|
||||
transform: translateX(-100%) translateY(-100%);
|
||||
opacity: 0;
|
||||
|
@ -123,11 +123,11 @@
|
|||
|
||||
&.bd-stop {
|
||||
.bd-sidebarRegion {
|
||||
z-index: 3004;
|
||||
z-index: 1003;
|
||||
}
|
||||
|
||||
.bd-contentRegion {
|
||||
z-index: 3003;
|
||||
z-index: 1002;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@ bd-tooltips {
|
|||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
z-index: 9001;
|
||||
z-index: 1004;
|
||||
}
|
||||
|
||||
.bd-tooltip,
|
||||
|
@ -19,7 +19,7 @@ bd-tooltips {
|
|||
padding: 8px 12px;
|
||||
position: absolute;
|
||||
word-wrap: break-word;
|
||||
z-index: 9001;
|
||||
z-index: 1002;
|
||||
|
||||
&::after {
|
||||
content: none;
|
||||
|
|
Loading…
Reference in New Issue