From 33a49b51df254b79e824e4f1db1576e5bc0ea8ea Mon Sep 17 00:00:00 2001 From: cmhhelgeson <62450112+cmhhelgeson@users.noreply.github.com> Date: Thu, 4 Jan 2024 13:19:07 -0800 Subject: [PATCH] Made sure display: block was explicit at normal window width --- src/pages/MainLayout.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/MainLayout.module.css b/src/pages/MainLayout.module.css index b40e0a6a..c60673fb 100644 --- a/src/pages/MainLayout.module.css +++ b/src/pages/MainLayout.module.css @@ -43,6 +43,7 @@ } .panel .panelContents { + display: block; transition: max-height 0s; overflow: none; max-height: 100vh;