From c984f2acc2b45ef74e5f1c06e1013c2d4f11d243 Mon Sep 17 00:00:00 2001 From: edpibu Date: Sat, 8 Dec 2018 21:42:49 +0100 Subject: [PATCH] =?UTF-8?q?Fixed=20tables=20scrolling=20when=20opening=20m?= =?UTF-8?q?enus=20=09modifi=C3=A9=C2=A0:=20=20=20=20=20=20=20=20=20static/?= =?UTF-8?q?css/base.css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/base.css b/static/css/base.css index 736935b3..dcb88db8 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -102,7 +102,7 @@ a > i.fa { } .table-responsive { - overflow-y: visible; + overflow: visible; } /* Make modal wider on wide screens */