[Bps-public-commit] rt-extension-selectize branch, master, updated. d6fbe597c8efecf8da5a18a162d10b18f28f3337
? sunnavy
sunnavy at bestpractical.com
Wed Jul 3 15:25:59 EDT 2019
The branch, master has been updated
via d6fbe597c8efecf8da5a18a162d10b18f28f3337 (commit)
from 94da7c50606a52cb30261ef791f9e9bf59214906 (commit)
Summary of changes:
static/css/selectize.customized.css | 4 ++++
1 file changed, 4 insertions(+)
- Log -----------------------------------------------------------------
commit d6fbe597c8efecf8da5a18a162d10b18f28f3337
Author: sunnavy <sunnavy at bestpractical.com>
Date: Thu Jul 4 03:25:40 2019 +0800
Remove the hardcoded max-height limit for selectize dropdown
As people could customize the option UI in the dropdown, it's possible
that 200px is not big enough.
diff --git a/static/css/selectize.customized.css b/static/css/selectize.customized.css
index 2860905..26aeceb 100644
--- a/static/css/selectize.customized.css
+++ b/static/css/selectize.customized.css
@@ -34,3 +34,7 @@
background-image: linear-gradient(to bottom, #284691, #284691);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff284691', endColorstr='#ff284691', GradientType=0);
}
+
+.selectize-dropdown-content {
+ max-height: none;
+}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list