From cee358a1fe82c3f42be24f2393fec4a43c5e096a Mon Sep 17 00:00:00 2001 From: Thomas Sparks <69657545+thsparks@users.noreply.github.com> Date: Tue, 15 Aug 2023 16:02:13 -0700 Subject: [PATCH] Remove SimPanel in Headless-Mode Tutorials (#9641) This panel is empty anyway, but it was blocking the play button's mouse interaction on certain screen sizes (as seen below) causing microsoft/pxt-minecraft#2315. --- theme/tutorial-sidebar.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/tutorial-sidebar.less b/theme/tutorial-sidebar.less index 27df6a35a463..f9ca95e911ec 100644 --- a/theme/tutorial-sidebar.less +++ b/theme/tutorial-sidebar.less @@ -518,6 +518,10 @@ height: calc(~'100%' - @mainMenuHeight); top: @mainMenuHeight; left: 0; + + .simPanel { + display: none; + } } #boardview, .filemenu {