Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] fix horizontal "over scrolling" and misalignment of header row vs. data cells #2318

Merged
merged 1 commit into from Sep 18, 2023

Conversation

igorDykhta
Copy link
Collaborator

PR Description

  • Fix: Dataset window becomes misaligned after horizontal scroll
  • const headerGridWidth = fixedWidth || width - browserScrollBarWidth; now takes into account the width of the vertical scrollbar which is the root cause of the misalignment. https://css-tricks.com/scrollbar-reflowing/
  • fixedWidth is used for the pinned columns area, that's why it is still an either/or to get the width.

Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
@igorDykhta igorDykhta merged commit 2714c75 into master Sep 18, 2023
9 checks passed
@delete-merged-branch delete-merged-branch bot deleted the igr/ups-fix-horizontal-scrolling branch September 18, 2023 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants