From 90711fc6388f5f0c7ba95115e31bc5967aa8d760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 30 Oct 2018 12:30:13 +0100 Subject: [PATCH] Remove sharing height limit, since it is overwriting the server defaults MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- css/share.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/css/share.css b/css/share.css index b9136729..d1226ede 100644 --- a/css/share.css +++ b/css/share.css @@ -175,12 +175,6 @@ a.showCruds:hover,a.unshare:hover { width: 90%; } -.ui-autocomplete { /* limit dropdown height to 4 1/2 entries */ - max-height:103px; - overflow-y:auto; - overflow-x:hidden; -} - .notCreatable { padding-left: 12px; padding-top: 12px;