Compare commits

...

2 Commits

Author SHA1 Message Date
Supra4E8C
834ba43231 fix: ConfigPage.module.scss LogPage.moudle.scss 2025-12-25 01:09:00 +08:00
Supra4E8C
684502c8b6 fix: layout.scss 2025-12-24 23:39:40 +08:00
3 changed files with 8 additions and 1 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 {

View File

@@ -164,6 +164,9 @@
min-height: 200px;
overflow: auto;
position: relative;
-webkit-overflow-scrolling: touch;
touch-action: pan-y;
overscroll-behavior: contain;
}
.loadMoreBanner {

View File

@@ -337,7 +337,8 @@
flex-direction: column;
gap: $spacing-lg;
min-height: 0;
overflow: hidden;
overflow-y: auto;
overflow-x: hidden;
@media (max-width: $breakpoint-mobile) {
padding: $spacing-md;