diff --git a/src/opnsense/www/themes/opnsense/assets/stylesheets/main.scss b/src/opnsense/www/themes/opnsense/assets/stylesheets/main.scss index 6c0759e94..9f133354e 100644 --- a/src/opnsense/www/themes/opnsense/assets/stylesheets/main.scss +++ b/src/opnsense/www/themes/opnsense/assets/stylesheets/main.scss @@ -125,6 +125,9 @@ body{ min-width: 320px; } +.widget_sort_handle { + touch-action: none; } + .page-head{ background: map-get($colors, darkgrey); top: 0; diff --git a/src/opnsense/www/themes/opnsense/build/css/main.css b/src/opnsense/www/themes/opnsense/build/css/main.css index 21ee6acb9..7a9f49d41 100644 --- a/src/opnsense/www/themes/opnsense/build/css/main.css +++ b/src/opnsense/www/themes/opnsense/build/css/main.css @@ -5478,6 +5478,9 @@ body { touch-action: manipulation; min-width: 320px; } +.widget_sort_handle { + touch-action: none; } + .page-head { background: #3C3C3B; top: 0; diff --git a/src/www/index.php b/src/www/index.php index f5f8f3f89..118d167e1 100644 --- a/src/www/index.php +++ b/src/www/index.php @@ -275,7 +275,7 @@ include("fbegin.inc");?> // sortable widgets $(".dashboard_grid_column").sortable({ - handle: '.content-box-head', + handle: '.widget_sort_handle', delay: 50, distance: 2, group: 'dashboard_grid_column', @@ -371,7 +371,7 @@ include("fbegin.inc");?> }?>
-
+
+
+