MallikarjunaReddyN commented on issue #42000:
URL: https://github.com/apache/superset/issues/42000#issuecomment-4966058602
This issue appears to be resolved by the recently merged PR #41636.
The PR updates the flex layout styling from:
.ant-tabs-tabpane {
display: flex;
flex-direction: column;
}
to:
.ant-tabs-content {
display: flex;
flex-direction: column;
}
I verified the latest changes and can confirm that switching between result
sets in View as Table no longer causes the first result set to overlap
subsequent result sets.
<img width="1920" height="945" alt="Image"
src="https://github.com/user-attachments/assets/79443b54-a41c-46ad-9cbb-da0dfeca40de"
/>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]