Make sticky topbar have a positive z-index

This commit is contained in:
Henrik Giesel 2021-01-29 14:21:32 +01:00
parent 45ec14184a
commit e9d8e73239

View file

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