Bläddra i källkod

:bug: fix zindex

Vanessa 1 år sedan
förälder
incheckning
d8960fd253
1 ändrade filer med 5 tillägg och 5 borttagningar
  1. 5 5
      app/src/assets/scss/pdf/_pdf.scss

+ 5 - 5
app/src/assets/scss/pdf/_pdf.scss

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