From 1cd4470a390b8621f4df39368b839669f67dd286 Mon Sep 17 00:00:00 2001 From: YFdyh000 Date: Sat, 26 Jan 2019 04:05:30 +0800 Subject: [PATCH] Expand popup height when dropdown listed This also allows to 'add' while the dropdown list are expanded. --- omega-web/src/less/popup.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/omega-web/src/less/popup.less b/omega-web/src/less/popup.less index 2649651..ca1fef7 100644 --- a/omega-web/src/less/popup.less +++ b/omega-web/src/less/popup.less @@ -86,6 +86,10 @@ li > a { box-shadow: none !important; } +ul.dropdown-menu { + position: relative; +} + li .dropdown-menu { position: static; top: initial;