Fix height of mega menu

This commit is contained in:
marzban-dev
2025-12-25 22:16:16 +03:30
parent f86c00a9e4
commit 9a046f1eba
+1 -1
View File
@@ -160,7 +160,7 @@ onMounted(() => {
/>
<div class="container relative z-10">
<div class="flex h-200 bg-white rounded-b-2xl border-t border-slate-200">
<div class="flex h-[70svh] max-h-200 bg-white rounded-b-2xl border-t border-slate-200">
<div class="bg-slate-100 p-4 flex flex-col overflow-y-auto mask-b-from-90% pb-8">
<button
v-for="(item, index) in items"