Skip to content

Commit

Permalink
fix: toasts shouldn't be subject to scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
rejetto committed Apr 11, 2024
1 parent 81c917e commit 324e704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/toasts.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.toasts {
position: absolute; right: 0;
position: fixed; right: 0;
display: flex;
flex-direction: column;
margin-top: .5em;
Expand Down

0 comments on commit 324e704

Please sign in to comment.