diff --git a/templates/index.html b/templates/index.html index 7e7318450..d32de772f 100755 --- a/templates/index.html +++ b/templates/index.html @@ -331,6 +331,12 @@ right: 0; background-color: #fff; } +.select2-container .select2-selection.select2-selection--multiple{ + padding: 5px !important; + max-height: 90px !important; + overflow: hidden; + overflow-y: scroll; +}