Skip to content

Commit

Permalink
Fix column hider not visible: set z-index of column hider
Browse files Browse the repository at this point in the history
PR 1372 updated dgrid.css but missed updating the Stylus source, this change
updates ColumnHider.styl as well
  • Loading branch information
msssk committed Jan 9, 2020
1 parent 6dae64a commit f40df14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/extensions/ColumnHider.styl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
position: absolute;
right: 0;
top: 0;
z-index: 99999;
}

.dgrid-rtl-swap .dgrid-hider-toggle {
Expand Down

0 comments on commit f40df14

Please sign in to comment.