|
@@ -38,7 +38,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
&__util {
|
|
&__util {
|
|
- z-index: 2;
|
|
|
|
|
|
+ z-index: 4;
|
|
|
|
|
|
&--hide .pdf__util__hide {
|
|
&--hide .pdf__util__hide {
|
|
display: none;
|
|
display: none;
|
|
@@ -139,7 +139,7 @@
|
|
bottom: 0;
|
|
bottom: 0;
|
|
width: var(--b3-pdf-sidebar-width);
|
|
width: var(--b3-pdf-sidebar-width);
|
|
visibility: hidden;
|
|
visibility: hidden;
|
|
- z-index: 1;
|
|
|
|
|
|
+ z-index: 3;
|
|
transition-duration: 200ms;
|
|
transition-duration: 200ms;
|
|
transition-timing-function: ease;
|
|
transition-timing-function: ease;
|
|
transition-property: left;
|
|
transition-property: left;
|
|
@@ -253,7 +253,7 @@
|
|
background-color: var(--b3-theme-on-background);
|
|
background-color: var(--b3-theme-on-background);
|
|
transition-duration: 200ms;
|
|
transition-duration: 200ms;
|
|
transition-timing-function: ease;
|
|
transition-timing-function: ease;
|
|
- z-index: 1;
|
|
|
|
|
|
+ z-index: 3;
|
|
}
|
|
}
|
|
|
|
|
|
#loadingBar {
|
|
#loadingBar {
|
|
@@ -323,7 +323,7 @@
|
|
align-items: center;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
overflow: initial;
|
|
overflow: initial;
|
|
- z-index: 1;
|
|
|
|
|
|
+ z-index: 3;
|
|
|
|
|
|
#findInput {
|
|
#findInput {
|
|
width: 120px;
|
|
width: 120px;
|
|
@@ -340,7 +340,7 @@
|
|
top: 36px;
|
|
top: 36px;
|
|
overflow: auto;
|
|
overflow: auto;
|
|
-webkit-overflow-scrolling: touch;
|
|
-webkit-overflow-scrolling: touch;
|
|
- z-index: 1;
|
|
|
|
|
|
+ z-index: 3;
|
|
|
|
|
|
.b3-menu__items {
|
|
.b3-menu__items {
|
|
max-height: 60vh;
|
|
max-height: 60vh;
|