From d8934709dcc248131046fb98b79313015a780257 Mon Sep 17 00:00:00 2001 From: chenyu <63953834+chenyu-01@users.noreply.github.com> Date: Sun, 29 Dec 2024 12:22:54 +0800 Subject: [PATCH] fix: update selector content to fixed height --- app/components/ui-lib.module.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/components/ui-lib.module.scss b/app/components/ui-lib.module.scss index 3c7425a4b..9914dd4b4 100644 --- a/app/components/ui-lib.module.scss +++ b/app/components/ui-lib.module.scss @@ -345,6 +345,8 @@ width: 30rem; .list { max-height: 50vh; + min-height: 50vh; + overflow-x: hidden; overflow-y: auto;