diff --git a/frontend/src/toasts.scss b/frontend/src/toasts.scss index 4957da4bd..5b01ea315 100644 --- a/frontend/src/toasts.scss +++ b/frontend/src/toasts.scss @@ -1,5 +1,5 @@ .toasts { - position: absolute; right: 0; + position: fixed; right: 0; display: flex; flex-direction: column; margin-top: .5em;