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;