mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-18 13:16:05 +00:00
fix: slideshow setting dropdown overflow (#26066)
This commit is contained in:
parent
25be5fc22d
commit
8a9b541dd0
1 changed files with 2 additions and 1 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue