[Rt-commit] rt branch, 4.6/selectize-multiple-user-inputs, updated. rt-4.4.4-82-gdd79b9f5b
? sunnavy
sunnavy at bestpractical.com
Wed Jul 3 15:23:25 EDT 2019
The branch, 4.6/selectize-multiple-user-inputs has been updated
via dd79b9f5b5473e1bafcc7ca7fe0a71fab885ac70 (commit)
from 166b5f82b6654c55d1bb2f1cc578d3ff21103422 (commit)
Summary of changes:
share/static/css/base/selectize.customized.css | 4 ++++
1 file changed, 4 insertions(+)
- Log -----------------------------------------------------------------
commit dd79b9f5b5473e1bafcc7ca7fe0a71fab885ac70
Author: sunnavy <sunnavy at bestpractical.com>
Date: Thu Jul 4 03:19:33 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/share/static/css/base/selectize.customized.css b/share/static/css/base/selectize.customized.css
index 286090531..26aecebaa 100644
--- a/share/static/css/base/selectize.customized.css
+++ b/share/static/css/base/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 rt-commit
mailing list