css: fix scrollbars on windows

This commit is contained in:
Jacky Zhao 2023-08-19 21:55:09 -07:00
parent 90d6c1ed24
commit eb4d3dc5b4
1 changed files with 1 additions and 1 deletions

View File

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