From d69ba5a735a5787c48c3f1f3b366db7bc4d7c6e0 Mon Sep 17 00:00:00 2001 From: Madelena Mak Date: Sun, 30 Jun 2024 09:37:01 -0400 Subject: [PATCH] Remove max-height from sidebar when mobile (#33481) --- sass/homeassistant/base/_sidebar.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sass/homeassistant/base/_sidebar.scss b/sass/homeassistant/base/_sidebar.scss index d4af6318959..f0ad38166e1 100644 --- a/sass/homeassistant/base/_sidebar.scss +++ b/sass/homeassistant/base/_sidebar.scss @@ -44,6 +44,8 @@ @media only screen and (max-width: $lap-end) { #sidebar { + max-height: fit-content; + .grid { position: initial; width: 100%;