Compare commits

..

1 Commits

Author SHA1 Message Date
Supra4E8C
684502c8b6 fix: layout.scss 2025-12-24 23:39:40 +08:00

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;