commit
This commit is contained in:
1
SRC/public/js/bootstrap-multiselect.js
vendored
1
SRC/public/js/bootstrap-multiselect.js
vendored
@ -400,7 +400,6 @@
|
||||
|
||||
// Set max height of dropdown menu to activate auto scrollbar.
|
||||
if (this.options.maxHeight) {
|
||||
// TODO: Add a class for this option to move the css declarations.
|
||||
this.$ul.css({
|
||||
'max-height': this.options.maxHeight + 'px',
|
||||
'overflow-y': 'auto',
|
||||
|
Reference in New Issue
Block a user