From b1ee8a474e115e5cf8fe7367c5d722b5fb47854d Mon Sep 17 00:00:00 2001 From: Pavel Reznikov Date: Thu, 8 Jan 2015 19:30:11 -0800 Subject: [PATCH] improve touch support --- gridstack.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gridstack.css b/gridstack.css index 030fe78..39a1c56 100644 --- a/gridstack.css +++ b/gridstack.css @@ -97,6 +97,10 @@ margin-bottom: 20px; } + .grid-stack-item .ui-resizable-handle { + display: none; + } + .grid-stack { height: auto !important; }