From 930ecf7add4e887d03abd3addefcd0133fb76bf8 Mon Sep 17 00:00:00 2001 From: tengge1 <930372551@qq.com> Date: Sun, 7 Jul 2019 21:02:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=87=E6=BB=A4=E5=99=A8=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ShadowEditor.UI/src/form/css/SearchField.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ShadowEditor.UI/src/form/css/SearchField.css b/ShadowEditor.UI/src/form/css/SearchField.css index 377095d7..254daf6e 100644 --- a/ShadowEditor.UI/src/form/css/SearchField.css +++ b/ShadowEditor.UI/src/form/css/SearchField.css @@ -31,10 +31,12 @@ position: absolute; right: 8px; top: 28px; + height: 160px; background: #fff; border: 1px solid #ccc; display: inline-block; z-index: 10; + overflow-y: auto; } .SearchField>.category.hidden {