Make sure to show scrollbar on desktop book overflow
parent
bc10bc3b64
commit
2dd874b160
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue