Remove important on css rule

foundation/home
jonahmania 2018-05-07 16:26:25 -04:00
parent 800954a806
commit 7583c06982
1 changed files with 4 additions and 3 deletions

View File

@ -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;
}