Skip to content

Commit

Permalink
ColumnSet: remove incorrect height rule
Browse files Browse the repository at this point in the history
  • Loading branch information
msssk committed May 8, 2017
1 parent 27f0000 commit 34846e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion css/ColumnSet.styl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
overflow: hidden;
width: 100%;
position: relative; // This is needed because we set position: relative on cells in the grid for focus in IE7
height: 100%;
// On touch devices, disable default X-axis drag behavior but allow vertical scrolling
-ms-touch-action: pan-y;
touch-action: pan-y;
Expand Down
1 change: 0 additions & 1 deletion css/dgrid.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ html.has-mozilla .dgrid-focus {
overflow: hidden;
width: 100%;
position: relative;
height: 100%;
-ms-touch-action: pan-y;
touch-action: pan-y;
}
Expand Down

0 comments on commit 34846e4

Please sign in to comment.