fix notification style bugs

This commit is contained in:
Shawn Erquhart 2017-05-13 10:16:08 -04:00
parent e2120910f6
commit 032e1f9d77
2 changed files with 9 additions and 0 deletions

View File

@ -41,6 +41,10 @@
border-radius: var(--borderRadius); border-radius: var(--borderRadius);
} }
.depth {
box-shadow: var(--dropShadow);
}
.clearfix:after { .clearfix:after {
content: ''; content: '';
display: table; display: table;

View File

@ -4,6 +4,11 @@
--iconSize: 30px; --iconSize: 30px;
} }
/* redux-notifications override */
:global(.notif__container) {
z-index: 10000;
}
.root { .root {
composes: base container rounded depth from '../theme.css'; composes: base container rounded depth from '../theme.css';
overflow: hidden; overflow: hidden;