Skip to content

Commit 6e93812

Browse files
fix(ui): fix error messages displayed beneath export modal
1 parent 0973558 commit 6e93812

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/src/App.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
const modalStore = getModalStore();
2626
</script>
2727

28-
<Toast position="t" background="variant-filled-error" />
28+
<Toast position="t" background="variant-filled-error" class="!z-[1000]" />
2929
<Modal components={{ export: { ref: ExportModal }, settings: { ref: AppSettingsModal } }} />
3030
<AppShell slotPageContent="h-full" regionPage="h-full">
3131
<svelte:fragment slot="header">

0 commit comments

Comments
 (0)