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

Support mouse dragging #39

Open
Drarig29 opened this issue Mar 8, 2021 · 3 comments
Open

Support mouse dragging #39

Drarig29 opened this issue Mar 8, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@Drarig29
Copy link
Owner

Drarig29 commented Mar 8, 2021

Could be cool to enable this (Toornament does it).

A track: https://github.com/kmturley/touch-scroll


Related to #7

@Drarig29 Drarig29 added the enhancement New feature or request label Mar 8, 2021
@qlaffont
Copy link

In fact, you can easely fix it with simple CSS :

.bracket-viewer {
  overflow-x: scroll;
  width: 100%;
}

@Drarig29
Copy link
Owner Author

No, I mean really dragging with your mouse. Like if you move the mouse while holding the click, it will drag the view.

@Drarig29
Copy link
Owner Author

Just try touch-scroll and you'll understand 😉

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

No branches or pull requests

2 participants