From fdcdbe287ed3ff25a481b2558bac6b26d5546db4 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sat, 29 Dec 2018 00:19:07 -0500 Subject: [PATCH] [frio] Fix minimal layout --- view/theme/frio/css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 9f03b436d0..e8f004f157 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -130,6 +130,15 @@ blockquote { /* * standard page elements */ + +section.minimal { + top: 0px; + left: 0px; + position: absolute; + width: 100%; + height: 100%; +} + #back-to-top { display: none; cursor: pointer;