🎨 Merge branch 'develop'

This commit is contained in:
凡梦星尘
2022-06-12 15:34:38 +08:00
182 changed files with 7702 additions and 3249 deletions

View File

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