diff options
Diffstat (limited to 'core/src/jquery/css/jquery-ui-fixes.scss')
-rw-r--r-- | core/src/jquery/css/jquery-ui-fixes.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/src/jquery/css/jquery-ui-fixes.scss b/core/src/jquery/css/jquery-ui-fixes.scss index 233e283e695..b1f7afc1883 100644 --- a/core/src/jquery/css/jquery-ui-fixes.scss +++ b/core/src/jquery/css/jquery-ui-fixes.scss @@ -225,3 +225,9 @@ border: 1px solid var(--color-primary-text); } + +/* DRAGGABLE */ +.ui-draggable-handle, +.ui-selectable { + touch-action: pan-y; +}
\ No newline at end of file |