Skip to content

Commit 422892b

Browse files
authored
Remove webkit-scrollbar, webkit-scrollbar-track and `webkit-scrollbar-thumb' (#307)
* Remove `webkit-scrollbar`, `webkit-scrollbar-track` and `webkit-scrollbar-thumb' These values were set to non-default in `custom.css` and are interferring with the bibliography page (and all other pages in Chrome). It appears they were set this way with some carousel work that never came to fruition. * Remove `-ms-overflow-style` from custom.css. This was disabling subwindow scrollbars on overflow.
1 parent 4269973 commit 422892b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

static/css/custom.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
scrollbar-width: 0px;
5959
}*/
6060

61+
/* Remove scrollbar css interfering with bibliography pages
6162
*::-webkit-scrollbar {
6263
width: 0;
6364
}
@@ -74,6 +75,7 @@
7475
* {
7576
-ms-overflow-style: none;
7677
}
78+
*/
7779

7880
.carousel ol, .carousel li {
7981
list-style: none;

0 commit comments

Comments
 (0)