Fix mobile nav height (#36969)

This commit is contained in:
Darren Griffin 2025-01-17 13:10:56 +00:00 committed by GitHub
parent 6fda8d05dd
commit 040e0ff62e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -152,7 +152,7 @@ header .grid {
.menu {
background: $white;
box-shadow: 0px 64px 32px rgba(0,0,0,.1);
max-height: 100vh;
max-height: calc(100vh - 68px);
overflow-y: auto;
}