From b3d919faa589f39731708ea9f9a88bb618a274a5 Mon Sep 17 00:00:00 2001 From: Mike Geyser Date: Fri, 8 Nov 2019 01:40:03 +0200 Subject: [PATCH] Horizontal scrollbar (#356) * Removed the because it was causing a horizontal scrollbar on chrome on a mac. (See #352) * Changed the overflow to hidden, instead of removing it. --- src/static/css/page.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/css/page.css b/src/static/css/page.css index c9c2c61fab3..f395c757034 100644 --- a/src/static/css/page.css +++ b/src/static/css/page.css @@ -202,7 +202,7 @@ padding:50px 36px; border:1px solid #1A2B490A; margin: 20px 0; - overflow: auto; + overflow: hidden; } #chapter-navigation>a{