mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Fix mobile nav height (#36969)
This commit is contained in:
parent
6fda8d05dd
commit
040e0ff62e
@ -152,7 +152,7 @@ header .grid {
|
|||||||
.menu {
|
.menu {
|
||||||
background: $white;
|
background: $white;
|
||||||
box-shadow: 0px 64px 32px rgba(0,0,0,.1);
|
box-shadow: 0px 64px 32px rgba(0,0,0,.1);
|
||||||
max-height: 100vh;
|
max-height: calc(100vh - 68px);
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user