🐛 fix zindex
This commit is contained in:
parent
a84cd4a6dd
commit
d8960fd253
1 changed files with 5 additions and 5 deletions
|
@ -38,7 +38,7 @@
|
|||
}
|
||||
|
||||
&__util {
|
||||
z-index: 2;
|
||||
z-index: 4;
|
||||
|
||||
&--hide .pdf__util__hide {
|
||||
display: none;
|
||||
|
@ -139,7 +139,7 @@
|
|||
bottom: 0;
|
||||
width: var(--b3-pdf-sidebar-width);
|
||||
visibility: hidden;
|
||||
z-index: 1;
|
||||
z-index: 3;
|
||||
transition-duration: 200ms;
|
||||
transition-timing-function: ease;
|
||||
transition-property: left;
|
||||
|
@ -253,7 +253,7 @@
|
|||
background-color: var(--b3-theme-on-background);
|
||||
transition-duration: 200ms;
|
||||
transition-timing-function: ease;
|
||||
z-index: 1;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
#loadingBar {
|
||||
|
@ -323,7 +323,7 @@
|
|||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
overflow: initial;
|
||||
z-index: 1;
|
||||
z-index: 3;
|
||||
|
||||
#findInput {
|
||||
width: 120px;
|
||||
|
@ -340,7 +340,7 @@
|
|||
top: 36px;
|
||||
overflow: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
z-index: 1;
|
||||
z-index: 3;
|
||||
|
||||
.b3-menu__items {
|
||||
max-height: 60vh;
|
||||
|
|
Loading…
Add table
Reference in a new issue