Skip to content

Commit

Permalink
Remove SimPanel in Headless-Mode Tutorials (#9641)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
thsparks authored Aug 15, 2023
1 parent 9df9662 commit cee358a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/tutorial-sidebar.less
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,10 @@
height: calc(~'100%' - @mainMenuHeight);
top: @mainMenuHeight;
left: 0;

.simPanel {
display: none;
}
}

#boardview, .filemenu {
Expand Down

0 comments on commit cee358a

Please sign in to comment.