diff --git a/src/styles/base/header.scss b/src/styles/base/header.scss index 79991f0..8ba3366 100644 --- a/src/styles/base/header.scss +++ b/src/styles/base/header.scss @@ -113,6 +113,7 @@ solid-notifications { border: none; border-radius: 0; box-shadow: 0 0 7px 0 rgba(92, 97, 104, 0.24); + max-height: calc(100vh - 84px); position: fixed; left: 0; top: 4.5rem;