styles fix
This commit is contained in:
parent
f7b74453ab
commit
195479f088
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user