1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-28 06:32:44 +01:00

fix(web): scrollbar shows when not need ()

This commit is contained in:
Alex 2024-09-13 22:20:40 -05:00 committed by GitHub
parent 7893dca733
commit f22338f36f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -75,7 +75,7 @@
aria-labelledby={titleId} aria-labelledby={titleId}
> >
<div <div
class="immich-scrollbar overflow-y-auto max-h-[min(92dvh,64rem)]" class="immich-scrollbar overflow-y-auto max-h-[min(92dvh,64rem)] py-1"
class:scroll-pb-40={isStickyBottom} class:scroll-pb-40={isStickyBottom}
class:sm:scroll-p-24={isStickyBottom} class:sm:scroll-p-24={isStickyBottom}
> >