css: fix scrollbars on windows

This commit is contained in:
Jacky Zhao 2023-08-19 21:55:09 -07:00
parent 3d7a7c8790
commit 604fc3be04

View File

@ -444,7 +444,7 @@ video {
ul.overflow,
ol.overflow {
height: 300px;
overflow-y: scroll;
overflow-y: auto;
// clearfix
content: "";