fix: toasts shouldn't be subject to scroll

Massimo Melina committed Apr 11, 2024 at 16:30 UTC 324e704240cfcaec52dd27a92faa4f400ce5d8fa
1 file changed +1 -1
frontend/src/toasts.scss
+1 -1
@@ -1,5 +1,5 @@
1 .toasts {
2 - position: absolute; right: 0;
2 + position: fixed; right: 0;
3 display: flex;
4 flex-direction: column;
5 margin-top: .5em;