From fe67efdb3cc232cf4ff5d597167da555464abd47 Mon Sep 17 00:00:00 2001 From: Robert Barrow Date: Tue, 1 Oct 2019 19:39:39 +0100 Subject: [PATCH] improve CSS for intellisense results presentation --- assets/stylesheets/wizard/wizard_custom.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/stylesheets/wizard/wizard_custom.scss b/assets/stylesheets/wizard/wizard_custom.scss index 88d406ad..853d371a 100644 --- a/assets/stylesheets/wizard/wizard_custom.scss +++ b/assets/stylesheets/wizard/wizard_custom.scss @@ -434,8 +434,9 @@ div.ac-wrap { width: 98.5% !important; - overflow: auto; + overflow: visible; max-height: 150px; + min-height: 34px; background-color: white; border: 1px solid #e9e9e9; padding: 5px 4px 1px 4px;