fix: ConfigPage.module.scss LogPage.moudle.scss

This commit is contained in:
Supra4E8C
2025-12-25 01:09:00 +08:00
parent 684502c8b6
commit 834ba43231
2 changed files with 6 additions and 0 deletions

View File

@@ -166,6 +166,9 @@
.cm-scroller {
overflow: auto;
padding-top: calc(var(--floating-controls-height, 0px) + #{$spacing-md});
-webkit-overflow-scrolling: touch;
touch-action: pan-x pan-y;
overscroll-behavior: contain;
}
.cm-gutters {