From e12a06ca4e690e6230bde6e7fd2610443de00952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 19 Mar 2020 19:54:56 +0100 Subject: Repair horizontal scrolling for wide html. --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 728de2d1..bfb1f961 100644 --- a/static/style.css +++ b/static/style.css @@ -111,10 +111,10 @@ body { } .root main { - /* max-width: calc(100% - 20em); */ display: flex; flex-direction: column; flex-grow: 1; + min-width: 0; } /* ---------------------------------------- */ -- cgit v1.2.3