fixed overflow
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<script setup lang="ts"></script>
|
<script setup lang="ts"></script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<main class="w-full h-[100svh] font-iran-yekan-x">
|
<main class="w-full h-[100svh] font-iran-yekan-x overflow-x-hidden">
|
||||||
<NuxtPage />
|
<NuxtPage />
|
||||||
</main>
|
</main>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user