From 7583c06982d66af647ae19cc9a663efa5a31b6dd Mon Sep 17 00:00:00 2001 From: jonahmania Date: Mon, 7 May 2018 16:26:25 -0400 Subject: [PATCH] Remove important on css rule --- static/scss/home.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/static/scss/home.scss b/static/scss/home.scss index f30d653a..7837392e 100644 --- a/static/scss/home.scss +++ b/static/scss/home.scss @@ -128,12 +128,13 @@ display: flex; overflow-x: scroll; box-sizing: content-box; + .thewholebook { + border: none; + } + } .book_container::-webkit-scrollbar { display: none; } -.thewholebook { - border: none !important; -}