Skip to content

Commit 9c9df7d

Browse files
authored
Merge branch 'master' into fix/function-instead-of-func
Signed-off-by: Martin Donath <martin.donath@squidfunk.com>
2 parents 5460f59 + 9774a36 commit 9c9df7d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

dist/assets/stylesheets/modern/main.25059db2.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assets/stylesheets/modern/main/components/_base.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ html {
3636
// `font-size` of `12px` if the system language is set to Chinese. For this
3737
// reason we just double the `font-size` and set it to `20px`.
3838
font-size: 125%;
39+
// Ensure that there's always enough space for scrollbars to avoid layout
40+
// shifts without affecting operating systems that use overlay scrollbars
41+
scrollbar-gutter: stable;
3942

4043
// [screen medium +]: Set base `font-size` to `11px`
4144
@include break-from-device(screen medium) {

0 commit comments

Comments
 (0)