From fdccc98ed8529e5bd3b98a39d831656e2d8fd034 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20H=C3=A4usler?= Date: Sat, 13 Oct 2018 15:03:59 +0200 Subject: [PATCH] Fix overflow in quick insert box (#506) --- src/muya/lib/ui/quickInsert/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/muya/lib/ui/quickInsert/index.css b/src/muya/lib/ui/quickInsert/index.css index 8b4dfca1..c1832d30 100644 --- a/src/muya/lib/ui/quickInsert/index.css +++ b/src/muya/lib/ui/quickInsert/index.css @@ -1,7 +1,7 @@ .ag-quick-insert { width: 324px; max-height: 307px; - padding: 10px 0; + padding: 0 0 20px 0; overflow-y: auto; }