From a930331e6eff15504cc29d0bd402ee03d8d69638 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Fri, 26 Feb 2021 21:37:11 +0100 Subject: [PATCH] WIP:bulma:neu --- dist/templates/layout.html | 22 ++++++++-------------- sass/juplo.scss | 11 ++++------- 2 files changed, 12 insertions(+), 21 deletions(-) diff --git a/dist/templates/layout.html b/dist/templates/layout.html index 8580cc58..86a500de 100644 --- a/dist/templates/layout.html +++ b/dist/templates/layout.html @@ -17,7 +17,7 @@ th:fragment="body(uri, maincontent, marginalcontent)" thymeproxy:variables="${json}" th:with="crumbs=${_crumbs.get(uri)}"> -
+

TEMPLATE: Layout

@@ -123,19 +123,13 @@

diff --git a/sass/juplo.scss b/sass/juplo.scss index d71f2894..45389f3c 100644 --- a/sass/juplo.scss +++ b/sass/juplo.scss @@ -105,17 +105,14 @@ html body { height: 100%; - overflow-y: scroll; + display: flex; + flex-direction: column; } #page { - position: relative; - min-height: 100%; + flex: 1 0 auto; } footer { - position: relative; - left: 0; - right: 0; - bottom: 1em; + flex-shrink: 0; } -- 2.20.1