diff --git a/client/src/components/Header/components/universal-nav.css b/client/src/components/Header/components/universal-nav.css index 7d11a7330a..ea21580874 100644 --- a/client/src/components/Header/components/universal-nav.css +++ b/client/src/components/Header/components/universal-nav.css @@ -233,6 +233,14 @@ display: inherit; text-align: left; margin-top: calc(-1 * var(--header-height)); + max-height: calc(100vh - var(--header-height)); + overflow-y: scroll; + -ms-overflow-style: none; + scrollbar-width: none; +} + +.display-menu::-webkit-scrollbar { + display: none; } .toggle-button-nav { @@ -323,6 +331,10 @@ .ais-Hits { min-width: calc(100% - 30px); } + + .display-menu { + max-height: calc(100vh - var(--header-height) * 2); + } } @media (max-width: 455px) {