FIX: ProfileManager overlay bg

This commit is contained in:
Robert Kossessa
2024-02-06 20:57:40 +01:00
parent 2a741f88cc
commit 45a883fb49

View File

@@ -88,7 +88,7 @@
</div>
</div>
<Transition name="slide">
<div v-if="showProfileConfig" class="absolute bg-zinc-950">
<div v-if="showProfileConfig" class="absolute bg-zinc-950 h-full">
<ProfileConfig />
</div>
</Transition>