From 029c573772e34e1f7b4c2e5226e9c264b5aca5ef Mon Sep 17 00:00:00 2001 From: hnrbhat <71771414+hnrbhat@users.noreply.github.com> Date: Thu, 1 Oct 2020 19:05:24 +0530 Subject: [PATCH] Update style.css --- static/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/style.css b/static/style.css index 0162aca..0066a4a 100644 --- a/static/style.css +++ b/static/style.css @@ -9,6 +9,9 @@ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; + + /*To avoid overflow of page*/ + overflow-x: hidden; } body {