Skip to content

Commit

Permalink
reduce the chance of notifier component blocking elements on the page
Browse files Browse the repository at this point in the history
  • Loading branch information
FireLemons committed Nov 13, 2023
1 parent 76f3b4f commit e5f6925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/shared/notifier.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
flex-direction: column;
font-weight: 900;
max-height: 100vh;
max-width: 40%;
overflow-y: auto;
position: fixed;
right: 2em;
Expand All @@ -38,7 +39,6 @@

.messages {
margin-bottom: 0;
max-width: 40%;
padding: 0;

div {
Expand Down

0 comments on commit e5f6925

Please sign in to comment.