mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Remove max-height from sidebar when mobile (#33481)
This commit is contained in:
parent
7de5cd86d5
commit
d69ba5a735
@ -44,6 +44,8 @@
|
|||||||
|
|
||||||
@media only screen and (max-width: $lap-end) {
|
@media only screen and (max-width: $lap-end) {
|
||||||
#sidebar {
|
#sidebar {
|
||||||
|
max-height: fit-content;
|
||||||
|
|
||||||
.grid {
|
.grid {
|
||||||
position: initial;
|
position: initial;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user