mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
fix: slideshow setting dropdown overflow (#26066)
This commit is contained in:
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user