fix notification style bugs
This commit is contained in:
parent
e2120910f6
commit
032e1f9d77
@ -41,6 +41,10 @@
|
||||
border-radius: var(--borderRadius);
|
||||
}
|
||||
|
||||
.depth {
|
||||
box-shadow: var(--dropShadow);
|
||||
}
|
||||
|
||||
.clearfix:after {
|
||||
content: '';
|
||||
display: table;
|
||||
|
@ -4,6 +4,11 @@
|
||||
--iconSize: 30px;
|
||||
}
|
||||
|
||||
/* redux-notifications override */
|
||||
:global(.notif__container) {
|
||||
z-index: 10000;
|
||||
}
|
||||
|
||||
.root {
|
||||
composes: base container rounded depth from '../theme.css';
|
||||
overflow: hidden;
|
||||
|
Loading…
x
Reference in New Issue
Block a user