add scroll to top option on notification toast

This commit is contained in:
samy
2025-08-15 17:55:09 -10:00
parent 4edb73814a
commit 476cae581f
@@ -13,6 +13,10 @@
type: event.detail.type,
};
if (event.detail.scrollToTop) {
window.scrollTo({ top: 0, behavior: 'smooth' });
}
const delay = event.detail.timeout ?? 4000;
if (delay > 0) {