From 6494bedb34c452c11eb1730e54e240c9d71a2e52 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 29 Nov 2020 23:29:00 +0100 Subject: Always apply overflow: auto to main --- commun.css | 1 + 1 file changed, 1 insertion(+) (limited to 'commun.css') diff --git a/commun.css b/commun.css index d03cf95..8ccaae9 100644 --- a/commun.css +++ b/commun.css @@ -92,6 +92,7 @@ main { grid-row: 2; grid-column: 1; padding-left: 4%; + overflow: auto; background-color: #fdd; } -- cgit v1.2.3