From 684502c8b61e351a6f78ac3b7e668ee0b501a198 Mon Sep 17 00:00:00 2001 From: Supra4E8C Date: Wed, 24 Dec 2025 23:39:40 +0800 Subject: [PATCH] fix: layout.scss --- src/styles/layout.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/layout.scss b/src/styles/layout.scss index 495bb5c..6a2d6a1 100644 --- a/src/styles/layout.scss +++ b/src/styles/layout.scss @@ -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;