fix: fix items appearing over nav (#949)

fixes #937
This commit is contained in:
Nolan Lawson 2019-02-06 22:24:03 -08:00 committed by GitHub
parent 2a96e0eeda
commit 180055da70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
left: 0;
right: 0;
top: 0;
z-index: 20;
z-index: 100;
contain: content; /* see https://www.w3.org/TR/2018/CR-css-contain-1-20181108/#valdef-contain-content */
}