bryanck edited a comment 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. I found one issue when there are scrollbars. Perhaps the dimensions could be calculated instead of read from sticky state? ---------------------------------------------------------------- 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]
