mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 06:31:58 +00:00
fix(web): scrollbar shows when not need (#12659)
This commit is contained in:
parent
7893dca733
commit
f22338f36f
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@
|
|||
aria-labelledby={titleId}
|
||||
>
|
||||
<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:sm:scroll-p-24={isStickyBottom}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue