Skip to content

Commit

Permalink
fix: some device hard to drag
Browse files Browse the repository at this point in the history
  • Loading branch information
motea927 committed Jul 2, 2024
1 parent 1f8fc57 commit 3564b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion popup/src/components/LayoutPreview.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div ref="el" :style="mergedStyle" class="z-[990] bg-no-repeat bg-center"></div>
<div ref="el" :style="mergedStyle" class="z-[990] bg-no-repeat bg-center touch-none"></div>
</template>

<script setup lang="ts">
Expand Down

0 comments on commit 3564b91

Please sign in to comment.