diff --git a/src/renderer/features/albums/components/album-detail-content.tsx b/src/renderer/features/albums/components/album-detail-content.tsx index 7c4e164a..14ad7927 100644 --- a/src/renderer/features/albums/components/album-detail-content.tsx +++ b/src/renderer/features/albums/components/album-detail-content.tsx @@ -254,8 +254,6 @@ export const AlbumDetailContent = ({ tableRef, background }: AlbumDetailContentP const showGenres = detailQuery?.data?.genres ? detailQuery?.data?.genres.length !== 0 : false; - const { intersectRef, tableContainerRef } = useFixedTableHeader(); - const handleGeneralContextMenu = useHandleGeneralContextMenu( LibraryItem.ALBUM, ALBUM_CONTEXT_MENU_ITEMS, @@ -269,7 +267,6 @@ export const AlbumDetailContent = ({ tableRef, background }: AlbumDetailContentP @@ -308,7 +305,6 @@ export const AlbumDetailContent = ({ tableRef, background }: AlbumDetailContentP {showGenres && ( @@ -334,14 +330,12 @@ export const AlbumDetailContent = ({ tableRef, background }: AlbumDetailContentP )} - + { ), + offset: 200, target: headerRef, }} > diff --git a/src/renderer/features/artists/routes/album-artist-detail-route.tsx b/src/renderer/features/artists/routes/album-artist-detail-route.tsx index f3056f7d..5f8f9bb0 100644 --- a/src/renderer/features/artists/routes/album-artist-detail-route.tsx +++ b/src/renderer/features/artists/routes/album-artist-detail-route.tsx @@ -51,6 +51,7 @@ const AlbumArtistDetailRoute = () => { ), + offset: 200, target: headerRef, }} >