We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df04731 commit 10aad28Copy full SHA for 10aad28
src/components/themes/ThemeGenerator.vue
@@ -128,11 +128,7 @@ watchEffect(() => {
128
129
<template>
130
<div class="mx-auto my-12 max-w-240 flex flex-col gap-4 px-4">
131
- <!-- @touch*.stop prevents mobile swipes -->
132
<div
133
- @touchstart.stop
134
- @touchmove.stop
135
- @touchend.stop
136
class="relative w-full flex flex-wrap gap-0 overflow-x-auto rounded-md bg-catppuccin-900 sm:flex-nowrap"
137
>
138
<div class="flex shrink-0 gap-0 sm:flex-col">
0 commit comments