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

Overview ruler prevents dragging the scrollbar thumb #3762

Closed
Eugeny opened this issue May 7, 2022 · 1 comment · Fixed by #3788
Closed

Overview ruler prevents dragging the scrollbar thumb #3762

Eugeny opened this issue May 7, 2022 · 1 comment · Fixed by #3788
Assignees
Milestone

Comments

@Eugeny
Copy link
Member

Eugeny commented May 7, 2022

Fix:

.xterm-decoration-overview-ruler {
    pointer-events: none;
}
@Tyriar Tyriar added this to the 4.19.0 milestone May 9, 2022
@Tyriar
Copy link
Member

Tyriar commented May 9, 2022

At some point I was thinking the ruler would be beside the scroll bar in the demo and let consumers handle it, but regardless this is probably good rule to have.

Tyriar added a commit to Tyriar/xterm.js that referenced this issue May 12, 2022
@Tyriar Tyriar self-assigned this May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants