Console panel overlaps with the Preview panel #57028
Labels
help wanted
Open for all. You do not need permission to work on these.
platform: learn
UI side of the client application that needs familiarity with React, Gatsby etc.
scope: UI
Threads for addressing UX changes and improvements to user interface
Describe the Issue
With the desktop layout on Step based challenge, When the console panel is opened, it overlaps with the preview panel, making part of the preview invisible unless the camper reduces the height of console panel.
Therefore, the camper cannot open a large enough console panel to debug and see all of the preview panel at the same time.
(It seems that the
min-height: 70vh;
property for.challenge-preview
class is the cause of this issue.)Affected Page
https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/learn-basic-string-and-array-methods-by-building-a-music-player/step-76
Steps to Reproduce
Expected behavior
The console panel does not overlap with the preview panel, so campers can always refer the entire preview panel even when they have the console panel open with enough height.
Screenshots
Console panel overlaps with the Preview panel
System
Additional context
None
The text was updated successfully, but these errors were encountered: