| Type |
Bug
|
| Priority |
Normal
|
| Assignee | |
| Affected Versions |
<=16.5.0
|
| Labels |
No labels
|
Issue Votes (0)
| Type |
Bug
|
| Priority |
Normal
|
| Assignee | |
| Affected Versions |
<=16.5.0
|
| Labels |
No labels
|
Summary
On wide viewports with sticky
SideInfoPanel, when the main detail content is shorter than the side panel, the lower part of the side panel cannot be scrolled into view. There is no nested sidebar scrollbar (by design from issue #2909), and the shared page scroller has nothing left to scroll because the main content is not tall enough.Steps to reproduce
Expected
All side panel content remains reachable.
Actual
The cut-off side panel content cannot be reached. Scrolling does nothing useful because the main page is not long enough to create additional scroll range, and the side pane has no inner scrollbar.
Screenshot
From issue #2994:
Annotations in the screenshot:
Notes
.hide-side-infooverlay behavior is separate.Related