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

Remove horizontal scrollbar #1510

Open
pyphilia opened this issue Oct 8, 2024 · 1 comment
Open

Remove horizontal scrollbar #1510

pyphilia opened this issue Oct 8, 2024 · 1 comment
Labels
bug 🪲 Something isn't working

Comments

@pyphilia
Copy link
Contributor

pyphilia commented Oct 8, 2024

Screen.Recording.2024-10-08.at.16.35.55.mov

The scroll is due to a hack in DragSelectionContainer. This is because a Mui's Container is much higher in the tree, and prevent DragSelectionContainer to be big enough to register events on the left and right of the item table. Padding and margin could fake such width.

@pyphilia pyphilia added the bug 🪲 Something isn't working label Oct 8, 2024
@pyphilia
Copy link
Contributor Author

Not so easy, the "overflow: hidden" should be set on Main for it to work.

Maybe it would be cleaner to remove the in main and adapt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant