mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -05:00
css: fix scrollbars on windows
This commit is contained in:
parent
3d7a7c8790
commit
604fc3be04
@ -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: "";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user