mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-22 10:51:02 +01:00
fix(alerts): adjust alert container position for improved visibility
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import Alert from './Alert.svelte';
|
||||
</script>
|
||||
|
||||
<div class="pointer-events-none fixed top-20 right-4 z-50 flex flex-col gap-3">
|
||||
<div class="pointer-events-none fixed top-4 right-4 z-50 flex flex-col gap-3">
|
||||
{#each $alertStore as alert (alert.id)}
|
||||
<div class="pointer-events-auto">
|
||||
<Alert id={alert.id} type={alert.type} message={alert.message} />
|
||||
|
||||
Reference in New Issue
Block a user