Make sticky topbar have a positive z-index

This commit is contained in:
Henrik Giesel 2021-01-29 14:21:32 +01:00
parent 4ac9ad1407
commit 4b7d406559

View File

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