styles fix

This commit is contained in:
Cássio Zen 2016-10-20 14:26:57 -02:00
parent f7b74453ab
commit 195479f088

View File

@ -1,3 +1,5 @@
@import '../components/UI/theme.css';
.nav {
display: block;
padding: 1rem;
@ -14,3 +16,13 @@
max-width: 240px !important;
}
}
.notifsContainer {
position: fixed;
top: 60px;
right: 0;
bottom: 60px;
z-index: var(--topmostZindex);
width: 360px;
pointer-events: none;
}