From c63445d479676a0c88b3d66d7b896cc4bb57723e Mon Sep 17 00:00:00 2001 From: neko Date: Sat, 10 Apr 2021 13:48:06 +0200 Subject: [PATCH] trying to fix the screen height issue producing 2 scroll bars --- assets/css/custom.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/custom.css b/assets/css/custom.css index 3f7d5f0..5d3ccf1 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -158,6 +158,7 @@ footer { .screen { position: unset !important; width: 100% !important; + height: 100% !important; } .screen-image { display: none; } .screen-content {