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

Scrollbars displayed #238

Open
Randomac88 opened this issue Jul 10, 2023 · 1 comment
Open

Scrollbars displayed #238

Randomac88 opened this issue Jul 10, 2023 · 1 comment

Comments

@Randomac88
Copy link

My table is long, 3120 pixels contained in a frame of 1200 pixels
The "x" scrollbar appears normally with good functionality but the "y" scrollbar appears only when the "x" scrollbar is at the end of the frame.
My css :
tbody, thead{ display: block; } tbody{ height:600px; overflow-y: scroll; }
How to have the scrollbar displayed when I'm not at the end of the frame ?

@tripu
Copy link
Collaborator

tripu commented Jul 10, 2023

This sounds to me more like a question about CSS, but if you can share a complete example, eg on CodePen, maybe someone can take a look and try to help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants