FIX: Scrollbars showing when they shouldn't

This commit is contained in:
Robert Kossessa
2024-01-29 17:50:07 +01:00
parent 82d9a8132f
commit df3e718a02
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
</p>
</div>
</div>
<div class="overflow-y-auto">
<div class="grow overflow-y-auto">
<component :is="configPages[page]" />
</div>
</div>

View File

@@ -32,7 +32,7 @@
</div>
<Separator />
</div>
<div class="overflow-y-auto">
<div class="grow overflow-y-auto">
<div v-if="filteredProfiles.length === 0">
<div class="flex flex-col items-center justify-center h-32">
<ScrambleText