css: fix scrollbars on windows

This commit is contained in:
Jacky Zhao 2023-08-19 21:55:09 -07:00
parent 90d6c1ed24
commit eb4d3dc5b4

View file

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