-
Bug
-
Resolution: Done
-
Undefined
-
None
-
None
In App studio, when the help context drawer is open and it contains a lot of content such that the content extends beyond the height of the viewport, the entire page gains a scroll bar.
Expected a scroll bar to be inside the help context drawer itself.
In debugging, it was observed that setting style rule `#chrome-entry { height: 100vh; }` will fix this issue (minimal testing).