Skip to content

Conversation

chintankavathia
Copy link
Member

removed unnecessary transform calculations for scrolling header along with body scroll.

What kind of change does this PR introduce? (check one with "x")

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

What is the current behavior? (You can also link to an open issue here)

What is the new behavior?

Does this PR introduce a breaking change? (check one with "x")

  • Yes
  • No

If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...

Other information:

@chintankavathia chintankavathia marked this pull request as ready for review November 12, 2024 12:39
removed unnecessary transform calculations for scrolling header along with body scroll.
@spike-rabbit
Copy link
Member

I guess the better solution here would, to just use the same scrollbar for body and header. Then we can get rid of all that stuff

@chintankavathia
Copy link
Member Author

I guess the better solution here would, to just use the same scrollbar for body and header. Then we can get rid of all that stuff

We have vertical scroll which needs to be only on body element. I cannot find any solution to have horizontal scroll common on header and body and vertical scroll only on body. 🤷

@fh1ch fh1ch changed the base branch from master to main June 26, 2025 07:33
@fh1ch fh1ch requested review from timowolf, kfenner and fh1ch as code owners June 26, 2025 07:33
@fh1ch fh1ch added the enhancement New feature or request label Jul 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants