Fix toast behaviour
This commit is contained in:
parent
4b64b91473
commit
ce0fc0305a
2 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
import { ToastsStore } from '../stores/toasts';
|
||||
</script>
|
||||
|
||||
<div class="toast-container position-absolute top-0 end-0 p-3">
|
||||
<div class="toast-container position-fixed top-0 end-0 p-3">
|
||||
{#each $ToastsStore.toasts as toast}
|
||||
<div class="toast show" role="alert">
|
||||
<div class="toast-header">
|
||||
|
|
|
|||
Reference in a new issue