changeset 81:3eec00136867

css (main style): #body is now a positioned element
author Goffi <goffi@goffi.org>
date Wed, 03 Jan 2018 01:12:15 +0100
parents 099ed0c37423
children 6ba0129a9a4e
files default/static/styles.css
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/default/static/styles.css	Wed Jan 03 00:37:39 2018 +0100
+++ b/default/static/styles.css	Wed Jan 03 01:12:15 2018 +0100
@@ -24,6 +24,7 @@
 
 #body {
     flex: 1;
+    position: relative;
 }
 
 footer {