diff default/static/styles.css @ 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 94b04fba91c7
children b2ef34e602cf
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 {