Disable zoom on android
This commit is contained in:
parent
d67acb1caa
commit
9864c4b8a7
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import Navbar from "./components/Navbar.vue";
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<div class="flex h-screen flex-col">
|
||||
<div class="flex h-screen touch-pan-x touch-pan-y flex-col">
|
||||
<Navbar />
|
||||
<div class="h-full overflow-auto">
|
||||
<template v-for="_ in 6">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue