We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0973558 commit 6e93812Copy full SHA for 6e93812
1 file changed
src/renderer/src/App.svelte
@@ -25,7 +25,7 @@
25
const modalStore = getModalStore();
26
</script>
27
28
-<Toast position="t" background="variant-filled-error" />
+<Toast position="t" background="variant-filled-error" class="!z-[1000]" />
29
<Modal components={{ export: { ref: ExportModal }, settings: { ref: AppSettingsModal } }} />
30
<AppShell slotPageContent="h-full" regionPage="h-full">
31
<svelte:fragment slot="header">
0 commit comments