Skip to content

Commit

Permalink
Fix notification stacking (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Glagan committed Sep 7, 2019
1 parent 2fd046a commit d3b5960
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/simpleNotification.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/simpleNotification.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
pointer-events: none;
display: flex;
flex-direction: column;
flex-wrap: wrap;
flex-wrap: nowrap;
z-index: 1080;
top: 0;
left: 0;
Expand Down Expand Up @@ -146,6 +146,7 @@
}

.gn-notification {
flex-shrink: 0;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
box-shadow: 1px 1px 3px black;
border-radius: 3px;
Expand Down

0 comments on commit d3b5960

Please sign in to comment.