From c1c374701a24857283158e042266e1ec97dabce8 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 5 Jul 2016 16:17:31 +0200 Subject: limit completion menu height --- public/static/default.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'public/static/default.css') diff --git a/public/static/default.css b/public/static/default.css index 7f439ec..bc78954 100644 --- a/public/static/default.css +++ b/public/static/default.css @@ -409,6 +409,12 @@ div.displaysingle div.info { color: #0000ff; } +ul.ui-autocomplete { + max-height: 20em; + overflow-x: hidden; + overflow-y: auto; +} + div.geolocation { text-align: center; } -- cgit v1.2.3