0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-07 00:50:23 -05:00

fix(web): detail panel overflow-x (#615)

This commit is contained in:
Thanh Pham 2022-09-08 01:20:44 +07:00 committed by GitHub
parent 92c4f0598b
commit 6ffdf167fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -205,7 +205,7 @@
<div <div
transition:fly={{ duration: 150 }} transition:fly={{ duration: 150 }}
id="detail-panel" 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" translate="yes"
> >
<DetailPanel {asset} albums={appearsInAlbums} on:close={() => (isShowDetail = false)} /> <DetailPanel {asset} albums={appearsInAlbums} on:close={() => (isShowDetail = false)} />