mirror of
https://github.com/immich-app/immich.git
synced 2025-11-01 11:07:11 -04:00
fix(web): two scrollbars in folder view (#23045)
This commit is contained in:
parent
4836047e50
commit
f26db8053b
@ -96,7 +96,7 @@
|
||||
|
||||
<Breadcrumbs node={data.tree} icon={mdiFolderHome} title={$t('folders')} getLink={getLinkForPath} />
|
||||
|
||||
<section class="mt-2 h-[calc(100%-(--spacing(20)))] overflow-auto immich-scrollbar">
|
||||
<section class="mt-2 h-[calc(100%-(--spacing(25)))] overflow-auto immich-scrollbar">
|
||||
<TreeItemThumbnails items={data.tree.children} icon={mdiFolder} onClick={handleNavigateToFolder} />
|
||||
|
||||
<!-- Assets -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user