theme: make topbar sticky again #242

This commit is contained in:
Sören Weber 2022-06-05 13:51:20 +02:00
parent 4dbe1bfb1d
commit 1e93e9b717
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -361,8 +361,9 @@ th {
#body-inner {
display: flex;
flex: 1; /* fill rest of vertical space */
flex: auto;
flex-direction: column;
overflow-y: auto;
padding: 0 3rem 4rem 3rem;
position: relative; /* PS */
}