Merge pull request #32 from amenk/patch-1

Fix: Search box overlays menu on mobile (jonaswinkler#1382)
This commit is contained in:
Felix E 2022-02-15 16:19:39 +01:00 committed by GitHub
commit a25ba99bfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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);
}