From a3f99dfd5cdb2540a94cf0eb54cfea8876073bd0 Mon Sep 17 00:00:00 2001 From: lukas-heiligenbrunner Date: Fri, 20 Mar 2020 18:49:12 +0100 Subject: [PATCH] fix white strip on right side --- css/general.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/general.css b/css/general.css index de3eac1..7203fcf 100644 --- a/css/general.css +++ b/css/general.css @@ -8,6 +8,7 @@ body, html, #maincontent { height: 100%; scroll-behavior: smooth; + min-width: fit-content; /*font-family: Calibre, "San Francisco", "SF Pro Text", -apple-system, system-ui, BlinkMacSystemFont, Roboto, "Helvetica Neue", "Segoe UI", Arial, sans-serif;*/ }