diff --git a/frontend/src/app.rs b/frontend/src/app.rs
index b3abc23..4214baf 100644
--- a/frontend/src/app.rs
+++ b/frontend/src/app.rs
@@ -37,8 +37,9 @@ pub fn App() -> impl IntoView {
-
-
+
+ // Toast container - outside drawer for correct fixed positioning
+
}
}
diff --git a/frontend/src/components/toast.rs b/frontend/src/components/toast.rs
index 8a845a6..caac577 100644
--- a/frontend/src/components/toast.rs
+++ b/frontend/src/components/toast.rs
@@ -71,7 +71,7 @@ pub fn ToastContainer() -> impl IntoView {
let notifications = store.notifications;
view! {
-