From 231415a77252c49406af7f96251d455e631ff98e Mon Sep 17 00:00:00 2001 From: Bartuccio Antoine Date: Mon, 8 Jul 2019 23:39:14 +0200 Subject: [PATCH] pedagogy: hide scroll bar at bottom of comments --- core/static/core/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/core/static/core/style.scss b/core/static/core/style.scss index c5f2fd19..60808633 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -1970,6 +1970,7 @@ $pedagogy-white-text: #f0f0f0; grid-area: markdown; overflow: scroll; + overflow-x: hidden; margin-top: 0px; margin-right: 0px; padding: 10px;