From 34846e4d6d64eecf7ea659c9944a4a5bce3f97e9 Mon Sep 17 00:00:00 2001 From: Mangala SSS Khalsa Date: Mon, 8 May 2017 10:59:48 -0700 Subject: [PATCH] ColumnSet: remove incorrect height rule Fixes #1364 --- css/ColumnSet.styl | 1 - css/dgrid.css | 1 - 2 files changed, 2 deletions(-) diff --git a/css/ColumnSet.styl b/css/ColumnSet.styl index 18786a833..f20c9677b 100644 --- a/css/ColumnSet.styl +++ b/css/ColumnSet.styl @@ -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; diff --git a/css/dgrid.css b/css/dgrid.css index e991dd2ed..5b3fc1755 100644 --- a/css/dgrid.css +++ b/css/dgrid.css @@ -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; }