fix: slideshow setting dropdown overflow (#26066)

This commit is contained in:
Michel Heusschen
2026-02-09 16:28:47 +01:00
committed by GitHub
parent 25be5fc22d
commit 8a9b541dd0

View File

@@ -29,7 +29,7 @@
<div class="flex place-items-center justify-between">
<div>
<div class="flex h-6.5 place-items-center gap-1">
<label class="font-medium text-primary text-sm" for={title}>
<label class="font-medium text-sm" for={title}>
{title}
</label>
{#if isEdited}
@@ -48,6 +48,7 @@
<div class="w-fit">
<Dropdown
{options}
position="bottom-right"
hideTextOnSmallScreen={false}
bind:selectedOption
render={(option) => {