mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-07-22 06:11:23 +00:00
css: fix scrollbars on windows
This commit is contained in:
@@ -444,7 +444,7 @@ video {
|
||||
ul.overflow,
|
||||
ol.overflow {
|
||||
height: 300px;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
|
||||
// clearfix
|
||||
content: "";
|
||||
|
Reference in New Issue
Block a user