Skip to content

Commit

Permalink
Give notifications z-index so they appear on top of page root
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyATW committed Sep 14, 2018
1 parent e958770 commit e0d2d25
Show file tree
Hide file tree
Showing 3 changed files with 358 additions and 563 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"browserslist": [">1%", "last 4 versions", "Firefox ESR", "not ie < 9"],
"dependencies": {
"@babel/polyfill": "^7.0.0-beta.44",
"bcrypt": "^1.0.3",
"bcrypt": "^3.0.0",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"classnames": "^2.2.5",
Expand Down
1 change: 1 addition & 0 deletions src/components/NotificationList/NotificationList.scss
Expand Up @@ -8,6 +8,7 @@
margin: 1em;
max-width: 300px;
transition: height .5s;
z-index: 1; // at same level as page-root-layer
}

.notificationContainer {
Expand Down

0 comments on commit e0d2d25

Please sign in to comment.