fix(web): toast fixed location (#25966)

fix: toast fixed location
This commit is contained in:
Yaros
2026-02-08 18:15:09 +01:00
committed by GitHub
parent b524d7b6fd
commit 00486cbcc8

View File

@@ -60,7 +60,7 @@
return new URL(page.url.pathname + page.url.search, 'https://my.immich.app');
};
toastManager.setOptions({ class: 'top-16' });
toastManager.setOptions({ class: 'top-16 fixed' });
onMount(() => {
const element = document.querySelector('#stencil');