Make sure to show scrollbar on desktop book overflow

foundation/home
jonahmania 2018-05-14 17:10:46 -04:00
parent bc10bc3b64
commit 2dd874b160
1 changed files with 7 additions and 5 deletions

View File

@ -54,8 +54,14 @@
.latest-ungluing {
display: none;
}
.book_container::-webkit-scrollbar {
display: none;
}
}
@include breakpoint(medium up) {
#js-maincol-fl {
display: flex;
@ -130,7 +136,7 @@
.book_container {
display: flex;
overflow-x: scroll;
overflow-x: auto;
box-sizing: content-box;
.thewholebook {
border: none;
@ -138,10 +144,6 @@
}
.book_container::-webkit-scrollbar {
display: none;
}
.jsmod-content {
ul {
margin: 0;