Skip to content

Commit

Permalink
css: fix scrollbars on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Aug 20, 2023
1 parent 90d6c1e commit eb4d3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quartz/styles/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ video {
ul.overflow,
ol.overflow {
height: 300px;
overflow-y: scroll;
overflow-y: auto;

// clearfix
content: "";
Expand Down

0 comments on commit eb4d3dc

Please sign in to comment.