mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-05 11:05:53 +00:00
fix(web): two scrollbars in folder view (#23045)
This commit is contained in:
parent
4836047e50
commit
f26db8053b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue