aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Notification/NotificationsProvider.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Notification/NotificationsProvider.svelte')
-rw-r--r--src/lib/Notification/NotificationsProvider.svelte12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/Notification/NotificationsProvider.svelte b/src/lib/Notification/NotificationsProvider.svelte
index 964317e9..15e5f2b2 100644
--- a/src/lib/Notification/NotificationsProvider.svelte
+++ b/src/lib/Notification/NotificationsProvider.svelte
@@ -1,12 +1,12 @@
<script lang="ts">
- import { notifications } from './store';
- import EventNotification from './Notification.svelte';
+import { notifications } from './store';
+import EventNotification from './Notification.svelte';
- export let zIndex = 5000;
+export let zIndex = 5000;
- const handleRemove = (id: string) => {
- notifications.remove(id);
- };
+const handleRemove = (id: string) => {
+ notifications.remove(id);
+};
</script>
<div class="notifications-container" style="z-index: {zIndex};">