# HG changeset patch # User Goffi # Date 1514938335 -3600 # Node ID 3eec00136867ff552572cd833b5cf0781aeb8fcf # Parent 099ed0c3742381dd08f380a605b8bb4847d98456 css (main style): #body is now a positioned element diff -r 099ed0c37423 -r 3eec00136867 default/static/styles.css --- 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 {