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
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)} />