fix(web): detail panel overflow-x (#615)
This commit is contained in:
parent
92c4f0598b
commit
6ffdf167fe
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@
|
|||
<div
|
||||
transition:fly={{ duration: 150 }}
|
||||
id="detail-panel"
|
||||
class="bg-immich-bg w-[360px] row-span-full transition-all "
|
||||
class="bg-immich-bg w-[360px] row-span-full transition-all overflow-y-auto"
|
||||
translate="yes"
|
||||
>
|
||||
<DetailPanel {asset} albums={appearsInAlbums} on:close={() => (isShowDetail = false)} />
|
||||
|
|
Loading…
Reference in a new issue