fixed overflow
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<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 />
|
||||
</main>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user