1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-06-16 17:56:39 +00:00

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,
ol.overflow {
height: 300px;
overflow-y: scroll;
overflow-y: auto;
// clearfix
content: "";