From: Alexander Menk Date: Sun, 31 Oct 2021 11:34:22 +0000 (+0100) Subject: #1382 Fix: Search box overlays menu on mobile X-Git-Tag: ngx-1.6.0-rc1~115^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F32%2Fhead;p=thirdparty%2Fpaperless-ngx.git #1382 Fix: Search box overlays menu on mobile Fix Z-index problem --- diff --git a/src-ui/src/app/components/app-frame/app-frame.component.scss b/src-ui/src/app/components/app-frame/app-frame.component.scss index 0ce91f779b..a6f1f696ff 100644 --- a/src-ui/src/app/components/app-frame/app-frame.component.scss +++ b/src-ui/src/app/components/app-frame/app-frame.component.scss @@ -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); }