Skip to content

Commit

Permalink
fix: toast shadow was clipped
Browse files Browse the repository at this point in the history
  • Loading branch information
IEduStu authored Apr 20, 2024
1 parent 7ab52f9 commit 50668c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/App/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@ html {
body {
:global(#app) {
.toasts-container {
padding: 0 1rem;
padding: 3rem;
margin: -3rem;
}

.tooltip-container {
Expand Down

0 comments on commit 50668c9

Please sign in to comment.