We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug Demo
The sticky header overflows the sticky container
The sticky header should stay in the sticky container.
I want to scroll horizontally
No.
The text was updated successfully, but these errors were encountered:
A solution is to use clip-path: inset(0 0 0 0) on the scroll container element.
clip-path: inset(0 0 0 0)
.wrapper { position: relative; height: 300px; width: 600px; overflow: auto; border: 1px solid #ddd; clip-path: inset(0 0 0 0); }
Sorry, something went wrong.
No branches or pull requests
I'm submitting a ...
If you're reporting a bug, please provide a minimal demonstration of the problem
Bug Demo
What is the current behavior?
The sticky header overflows the sticky container
What is the expected or desired behavior?
The sticky header should stay in the sticky container.
Why do you want this? What use case do you have?
I want to scroll horizontally
What is your environment?
Is there anything else I should know?
No.
The text was updated successfully, but these errors were encountered: