diff --git a/src/containers/App.css b/src/containers/App.css index 2fa796dc..22af60c0 100644 --- a/src/containers/App.css +++ b/src/containers/App.css @@ -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; +}