From 4d1bdfe8ff2fd0c11d59d10181da0b57b9aedb4d Mon Sep 17 00:00:00 2001 From: CruiseDevice Date: Mon, 29 Jul 2019 12:29:59 +0530 Subject: Fix #574 Prevent browser from horizontal scrolling --- yaksh/static/yaksh/css/yakshcustom.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'yaksh/static') diff --git a/yaksh/static/yaksh/css/yakshcustom.css b/yaksh/static/yaksh/css/yakshcustom.css index 4aba382..4daccaf 100644 --- a/yaksh/static/yaksh/css/yakshcustom.css +++ b/yaksh/static/yaksh/css/yakshcustom.css @@ -78,7 +78,7 @@ color: black; border-left: 0; border-right: 0; - border-color: transparent; + border-color: transparent; } #sidebar .list-group-item:hover { @@ -133,6 +133,11 @@ html { position: relative; min-height: 100%; + overflow-x: hidden; +} + +body{ + overflow-x: hidden; } .question-nav-bg { -- cgit