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

Fix chapter scroller issue on Chrome 126 on OS X #2122

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

tf
Copy link
Member

@tf tf commented Jul 10, 2024

On some machines setting scrollLeft does not work on containers with no pointer-events. Switching overflow to scroll works around the problem. Use CSS to prevent scroll bars showing up.

REDMINE-20780

On some machines setting `scrollLeft` does not work on containers with
no pointer-events. Switching overflow to scroll works around the
problem. Use CSS to prevent scroll bars showing up.

REDMINE-20780
@tf tf added this to the v17.1 milestone Jul 10, 2024
@tf tf merged commit 54d0282 into codevise:master Jul 10, 2024
13 checks passed
@tf tf deleted the chrome-mac-chapter-scroller-fix branch July 10, 2024 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant