diff --git a/apps/stories/.storybook/preview-head.html b/apps/stories/.storybook/preview-head.html index f73778b1..bf0bfb44 100644 --- a/apps/stories/.storybook/preview-head.html +++ b/apps/stories/.storybook/preview-head.html @@ -140,6 +140,7 @@ outline: none; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), inset 0 0 1px hsla(203, 50%, 30%, 0.5); white-space: nowrap; + touch-action: none; } button:not([class]):hover { diff --git a/apps/stories/stories/react/icons/DraggableIcon.tsx b/apps/stories/stories/react/icons/DraggableIcon.tsx index abbd5b8b..a5480a71 100644 --- a/apps/stories/stories/react/icons/DraggableIcon.tsx +++ b/apps/stories/stories/react/icons/DraggableIcon.tsx @@ -1,5 +1,11 @@ import draggableIcon from '../../assets/draggableIcon.svg'; export const DraggableIcon = () => ( - Draggable + Draggable );