aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.scss')
-rw-r--r--static/style.scss16
1 files changed, 12 insertions, 4 deletions
diff --git a/static/style.scss b/static/style.scss
index efe8291d..c5705e24 100644
--- a/static/style.scss
+++ b/static/style.scss
@@ -11,6 +11,8 @@ html, body {
max-width: 100%;
height: 100%;
+ background-color: var(--background-color);
+
grid-template-columns: auto auto 20em;
grid-template-rows: auto;
@@ -227,10 +229,16 @@ Each event within the eventlist
padding-left: 2px;
margin-top: 1em;
- header h2 {
- width: 100%;
- text-align: center;
- font-size: 14pt;
+ header {
+ position: sticky;
+ top: 0;
+ background-color: var(--background-color);
+
+ h2 {
+ width: 100%;
+ text-align: center;
+ font-size: 14pt;
+ }
}
}