]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
#1382 Fix: Search box overlays menu on mobile 32/head
authorAlexander Menk <alex.menk@gmail.com>
Sun, 31 Oct 2021 11:34:22 +0000 (12:34 +0100)
committerGitHub <noreply@github.com>
Sun, 31 Oct 2021 11:34:22 +0000 (12:34 +0100)
Fix Z-index problem

src-ui/src/app/components/app-frame/app-frame.component.scss

index 0ce91f779b13d0ca50c92a99515105a3e3b2337c..a6f1f696ff0c8dfb2a59420bd7bd902ad2d97206 100644 (file)
@@ -7,7 +7,7 @@
   top: 0;
   bottom: 0;
   left: 0;
-  z-index: 100; /* Behind the navbar */
+  z-index: 995; /* Behind the navbar */
   padding: 50px 0 0; /* Height of navbar */
   box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
 }