From a83f9bfdcbc232e60789bc1a37d76498fea0dc14 Mon Sep 17 00:00:00 2001 From: Jack Morrison Date: Thu, 19 Dec 2019 15:35:27 -0500 Subject: [PATCH] Makes .wy-table-responsive always scrollable in situations where content is not visible. --- _static/css/theme_overrides.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_static/css/theme_overrides.css b/_static/css/theme_overrides.css index 4042241e..85274323 100644 --- a/_static/css/theme_overrides.css +++ b/_static/css/theme_overrides.css @@ -16,6 +16,6 @@ } .wy-table-responsive { - overflow: visible !important; + overflow: auto !important; } }