bryanck commented on pull request #10475: URL: https://github.com/apache/incubator-superset/pull/10475#issuecomment-666759093
I can fix the issue by modifying this line to set `realHeight` to `maxHeight` instead of `Math.min(...)`: https://github.com/apache-superset/superset-ui/blob/master/plugins/plugin-chart-table/src/DataTable/hooks/useSticky.tsx#L170 Though not sure of other consequences for doing this ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
