fix(dashboard): prevent result set overlap in mixed chart View as Table#42018
Conversation
Code Review Agent Run #cb8375Actionable Suggestions - 0Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
✅ Deploy Preview for superset-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Thanks @MallikarjunaReddyN! This The shared TESTING INSTRUCTIONS is blank on the PR template, and there's no test covering scroll behavior either way, Also needs a rebase, it's conflicting agianst |
SUMMARY
Fixes an issue where result sets overlap when switching between tabs in the View as Table modal for mixed charts.
The root cause was a custom CSS override applied to Ant Design tab panes:
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:

After:


TESTING INSTRUCTIONS
ADDITIONAL INFORMATION