From 150a778041d9707446ca585756fcd94b53bd6738 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Tue, 16 Feb 2021 21:11:34 +0100 Subject: [PATCH] Fix overflow for mdr box (???) --- custom.css | 1 + 1 file changed, 1 insertion(+) diff --git a/custom.css b/custom.css index a4532723..fad63ab7 100644 --- a/custom.css +++ b/custom.css @@ -7,6 +7,7 @@ margin-left: 20%; moz-border-radius: 15px; -webkit-border-radius: 15px; + overflow: scroll; } footer { -- 2.43.0