From 1e93e9b7172eb9b569ec3dbb7cfb3a980ed7f143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 5 Jun 2022 13:51:20 +0200 Subject: [PATCH] theme: make topbar sticky again #242 --- static/css/theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/theme.css b/static/css/theme.css index 23d9c6eb7e..db0e706ac2 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -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 */ }