Make sticky topbar have a positive z-index
This commit is contained in:
parent
4ac9ad1407
commit
4b7d406559
@ -53,6 +53,7 @@ body {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 5;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user