feat(docs): enable popout modal for large tables #693
+217
−3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds a pop-out option for wide tables so they can be viewed in full size without horizontal scrolling.
This improves readability and usability, especially on smaller screens.
Why is this change needed?
Some documentation tables overflow the content area and require horizontal scrolling,
which makes them hard to read. A pop-out view allows users to focus on the table content
without layout constraints.
Context
I previously commented on the issue and followed up on Slack.
As this is a small UI fix, I proceeded with a PR to move things forward.
How was this tested?
Screencast from 2025-12-28 18-02-01.webm
ifferent viewport sizes
Related Issue
#601
Happy to update this PR based on feedback.