From 6ef6748659ced04091e278e7749d353e4b17fe81 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Wed, 9 Mar 2022 20:08:25 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BC=98=E5=8C=96mention=E5=BB=BA?= =?UTF-8?q?=E8=AE=AE=E6=A1=86,=20=E4=BF=AE=E5=A4=8D=E8=BF=87=E9=95=BF?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E6=97=A0=E6=B3=95=E7=9C=8B=E5=85=A8=E7=9A=84?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/ChatBox/ChatInputBox/input.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/src/components/ChatBox/ChatInputBox/input.less b/web/src/components/ChatBox/ChatInputBox/input.less index c875cbec..0b842fe0 100644 --- a/web/src/components/ChatBox/ChatInputBox/input.less +++ b/web/src/components/ChatBox/ChatInputBox/input.less @@ -13,7 +13,10 @@ @apply bg-transparent !important; &__list { - @apply border border-gray-500 bg-content-light dark:bg-content-dark rounded; + @apply border border-gray-500 bg-content-light dark:bg-content-dark rounded overflow-auto absolute; + max-height: 60vh; + min-width: 240px; + bottom: 14px; } &__item {