FIX: Scrollbars showing when they shouldn't
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="overflow-y-auto">
|
<div class="grow overflow-y-auto">
|
||||||
<component :is="configPages[page]" />
|
<component :is="configPages[page]" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<Separator />
|
<Separator />
|
||||||
</div>
|
</div>
|
||||||
<div class="overflow-y-auto">
|
<div class="grow overflow-y-auto">
|
||||||
<div v-if="filteredProfiles.length === 0">
|
<div v-if="filteredProfiles.length === 0">
|
||||||
<div class="flex flex-col items-center justify-center h-32">
|
<div class="flex flex-col items-center justify-center h-32">
|
||||||
<ScrambleText
|
<ScrambleText
|
||||||
|
|||||||
Reference in New Issue
Block a user