Skip to content

Commit

Permalink
move multiselect list to body container to prevent overflow cutoff in…
Browse files Browse the repository at this point in the history
… grid header
  • Loading branch information
guruofgentoo committed Jan 5, 2018
1 parent 971e973 commit a779a54
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,6 +2,7 @@
*.pyc
*.egg-info
dist/*
build/*
.tox/
venv
pytest-reports
Expand Down
5 changes: 3 additions & 2 deletions changelog.rst
@@ -1,10 +1,11 @@
Changelog
---------

0.1.35 released <in development>
0.1.35 released 2018-01-05
==========================

- ?
- fix CSS collision in tr classes with Bootstrap
- change multiselect to use body as the container for the multiselect list

0.1.34 released 2017-08-25
==========================
Expand Down
1 change: 1 addition & 0 deletions webgrid/static/webgrid.js
Expand Up @@ -61,6 +61,7 @@ function datagrid_activate_mselect_ui(jq_select) {
jq_select.siblings('.ms-parent').show();
} else {
jq_select.multipleSelect({
container: 'body',
onOpen: function() {
$('.ms-drop input').show();
},
Expand Down

0 comments on commit a779a54

Please sign in to comment.