From dee9c945348cdb91178dcd4d767f0e102ec2db02 Mon Sep 17 00:00:00 2001 From: chenyu <63953834+chenyu-01@users.noreply.github.com> Date: Mon, 30 Dec 2024 15:56:07 +0800 Subject: [PATCH] style: change select content height to fixed height --- app/components/ui-lib.module.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/components/ui-lib.module.scss b/app/components/ui-lib.module.scss index 9914dd4b4..403653b00 100644 --- a/app/components/ui-lib.module.scss +++ b/app/components/ui-lib.module.scss @@ -343,10 +343,8 @@ &-content { animation: slide-in ease 0.3s; width: 30rem; + height: 60vh; .list { - max-height: 50vh; - min-height: 50vh; - overflow-x: hidden; overflow-y: auto;