Fix height of mega menu
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user