Merge pull request #958 from hgiesel/zindexedtopbar

Make sticky topbar have a positive z-index
This commit is contained in:
Damien Elmes 2021-01-30 09:14:50 +10:00 committed by GitHub
commit 177036d0c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,6 +53,7 @@ body {
position: sticky; position: sticky;
top: 0; top: 0;
left: 0; left: 0;
z-index: 5;
padding: 2px; padding: 2px;
} }