fix(sql-lab): add overflow-x auto to TablePreview wrapper for horizontal scroll#39662
Conversation
Code Review Agent Run #3fbffeActionable 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 for opening the PR but this doesn't fix the linked issue tho. The issue is still present after applying the change on my local machine Screen.Recording.2026-04-26.at.21.38.05.mov |
|
@iskanderknani2005-oss is this PR still needed? I see it's trying to fix an issue that has already been fixed. |
Body:
Fixes #39631
The wrapper div in TablePreview used flex: 1 1 auto but had no
overflow-x rule. Wide tables were silently clipped with no horizontal
scroll bar. Added overflow-x: auto — one line, zero logic risk.
base repository: apache/superset base: master
head repository: iskanderknani2005-oss/superset