dosubot[bot] commented on issue #32296: URL: https://github.com/apache/superset/issues/32296#issuecomment-2664878480
<!-- Answer --> The issue you're experiencing with column lines not aligning with headers during horizontal scrolling in Superset version 4.1.1 might be related to recent changes or known issues in the codebase. There have been recent commits addressing similar problems, such as preventing misalignment of totals and headers when a scrollbar is visible ([#26964](https://github.com/apache/superset/issues/26964)) and fixing scrollbar-related header and footer overflow issues ([#21064](https://github.com/apache/superset/issues/21064)) <sup>[[1]](https://github.com/apache/superset/blob/master/superset-frontend/CHANGELOG.md)</sup><sup>[[2]](https://github.com/apache/superset/blob/master/superset-frontend/plugins/plugin-chart-table/CHANGELOG.md)</sup>. To address this issue, you might want to check if these fixes are included in your current version or if there are any updates available that incorporate these changes. Additionally, ensure that the `StickyWrap` component is correctly synchronizing the scroll positions of the header and body, as this is crucial for maintaining alignment during scrolling <sup>[[3]](https://github.com/apache/superset/blob/master/superset-frontend/plugins/plugin-chart-table/src/DataTable/hooks/useSticky.tsx)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/855adf52-aeeb-458b-a95d-98356486b488?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/855adf52-aeeb-458b-a95d-98356486b488?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/855adf52-aeeb-458b-a95d-98356486b488?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/855adf52-aeeb-458b-a95d-98356486b488?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/855adf52-aeeb-458b-a95d-98356486b488?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/855adf52-aeeb-458b-a95d-98356486b488?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/855adf52-aeeb-458b-a95d-98356486b488?feedback_type=other)</sup> -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org