mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +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 class="flex place-items-center justify-between">
|
||||||
<div>
|
<div>
|
||||||
<div class="flex h-6.5 place-items-center gap-1">
|
<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}
|
{title}
|
||||||
</label>
|
</label>
|
||||||
{#if isEdited}
|
{#if isEdited}
|
||||||
|
|
@ -48,6 +48,7 @@
|
||||||
<div class="w-fit">
|
<div class="w-fit">
|
||||||
<Dropdown
|
<Dropdown
|
||||||
{options}
|
{options}
|
||||||
|
position="bottom-right"
|
||||||
hideTextOnSmallScreen={false}
|
hideTextOnSmallScreen={false}
|
||||||
bind:selectedOption
|
bind:selectedOption
|
||||||
render={(option) => {
|
render={(option) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue