fixed overflow

This commit is contained in:
Mamalizz
2025-03-18 17:33:13 +03:30
parent 2f6bc4c171
commit 86e6086e2b
+1 -1
View File
@@ -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>