🐛 fix zindex

This commit is contained in:
Vanessa 2023-09-15 16:39:21 +08:00
parent a84cd4a6dd
commit d8960fd253

View file

@ -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;