Skip to content

Commit

Permalink
Merge pull request #426 from MandeepPaul/fix/371-misplaced-tooltip/popup
Browse files Browse the repository at this point in the history
Fix/371 misplaced tooltip/popup
  • Loading branch information
erenfn authored Dec 24, 2024
2 parents df1c5a2 + 07afd01 commit 507473f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/Toast/Toast.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

.toastContainer {
position: fixed;
top: 110px;
right: 20px;
bottom: 60px;
right: 48px;
z-index: 9999;
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 507473f

Please sign in to comment.