Skip to content

Commit

Permalink
Merge pull request #65 from KaiShoya/feature/#3_disallow_double_tap_zoom
Browse files Browse the repository at this point in the history
ダブルタップでズームしないように修正した fix #3
  • Loading branch information
KaiShoya committed Jul 24, 2023
2 parents 30f9f30 + 6080182 commit 5068518
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div>
<div onclick="false">
<NuxtLayout name="custom">
<NuxtPage />
</NuxtLayout>
Expand Down
4 changes: 4 additions & 0 deletions assets/scss/index.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
@charset "utf-8";

@import "../node_modules/bulma/bulma.sass";

* {
touch-action: manipulation;
}

0 comments on commit 5068518

Please sign in to comment.