Commit 6104def1 authored by David Stutz's avatar David Stutz

Merge pull request #21 from stephanoff/patch-1

Update js/bootstrap-multiselect.js.
parents d419c861 ea37949c
......@@ -62,7 +62,7 @@
$('ul', this.container).css({
'max-height': this.options.maxHeight + 'px',
'overflow-y': 'auto',
'overflow-x': 'hidden',
'overflow-x': 'hidden'
});
}
......@@ -162,7 +162,7 @@
buttonContainer: '<div class="btn-group" />',
// Maximum height of thet dropdown menu.
// If maximum height is exceeded a scrollbar will be displayed.
maxHeight: 400,
maxHeight: 400
},
constructor: Multiselect,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment