🔧 🚩 🚧 Finished the scaffolding variable replace content.
This commit is contained in:
@@ -18,7 +18,7 @@ body {
|
||||
position: relative;
|
||||
transition: padding $transition-ease;
|
||||
|
||||
@if hexo-config('body_scrollbar.overlay') {
|
||||
@if $body_scrollbar_overlay {
|
||||
overflow-x: hidden;
|
||||
@supports (overflow-x: clip) {
|
||||
overflow-x: clip;
|
||||
@@ -26,7 +26,7 @@ body {
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
@if hexo-config('body_scrollbar.stable') {
|
||||
@if $body_scrollbar_stable {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user