mirror of
https://github.com/immich-app/immich.git
synced 2024-12-25 10:43:13 +02:00
fix(web): detail panel overflow-x (#615)
This commit is contained in:
parent
92c4f0598b
commit
6ffdf167fe
@ -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 New Issue
Block a user