fix white strip on right side

This commit is contained in:
lukas-heiligenbrunner 2020-03-20 18:49:12 +01:00
parent 9ad26de1cf
commit a3f99dfd5c

View File

@ -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;*/
}