🎨 Sync all code from branch develop.

This commit is contained in:
凡梦星尘
2022-06-12 15:39:35 +08:00
parent e4f48fb897
commit 8eb4071c85
17 changed files with 60 additions and 46 deletions

View File

@@ -18,6 +18,7 @@ body {
position: relative;
transition: padding $transition-ease;
@if $body_scrollbar_overlay {
overflow-x: hidden;
@supports (overflow-x: clip) {
overflow-x: clip;
@@ -25,6 +26,7 @@ body {
width: 100vw;
}
@if $body_scrollbar_stable {
overflow-y: scroll;
}
}