diff --git a/core/css/toast.scss b/core/css/toast.scss
index 61e242a312d1663b4963bf7bf4404d6342997ad5..0ab797ad432b010f96993d89d07a53bbb6e6c44d 100644
--- a/core/css/toast.scss
+++ b/core/css/toast.scss
@@ -7,7 +7,7 @@
 	padding: 12px;
 	padding-right: 34px;
 	margin-top: 45px;
-	position: absolute;
+	position: fixed;
 	z-index: 9000;
 	border-radius: var(--border-radius);