From 71f1cd294c75a889f486df8cbc3ad1e62495a8ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 28 Feb 2022 16:16:31 +0100 Subject: [PATCH] misc: restore content overflow rules (#62249) --- gadjo/static/css/gadjo.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gadjo/static/css/gadjo.scss b/gadjo/static/css/gadjo.scss index 8a3fba3..acca537 100644 --- a/gadjo/static/css/gadjo.scss +++ b/gadjo/static/css/gadjo.scss @@ -442,6 +442,8 @@ div#main-content { margin: 1rem; min-height: 90vh; position: relative; + overflow-x: auto; + overflow-y: hidden; box-sizing: border-box; @media screen and (max-width: $mobile-limit) { border-width: 0 0 1px 0;