1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-01 08:31:59 +00:00

fix(web): adjusted offset value to match header height (#3302)

This commit is contained in:
KailashGanesh 2023-07-17 00:53:01 +05:30 committed by GitHub
parent 9012cf6946
commit c8f1a15f21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@
let animationTick = false;
const { isAlbumAssetSelectionOpen } = albumAssetSelectionStore;
$: offset = $isAlbumAssetSelectionOpen ? 100 : 71;
$: offset = $isAlbumAssetSelectionOpen ? 100 : 76;
const dispatchClick = createEventDispatcher<OnScrollbarClick>();
const dispatchDrag = createEventDispatcher<OnScrollbarDrag>();
$: {