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

Cursor over document scrollbar is a text field cursor (not an arrow). #4441

Closed
2 of 5 tasks
exanrauzer opened this issue Jun 24, 2023 · 1 comment
Closed
2 of 5 tasks
Labels
bug A bug that affects the functionality of Zettlr.

Comments

@exanrauzer
Copy link

exanrauzer commented Jun 24, 2023

Description

When hovering over the document scrollbar, the cursor changes to a text field cursor instead of the expected arrow cursor.

Gif: ![Recording 2023-06-24 at 07 47 56](https://github.com/Zettlr/Zettlr/assets/103963891/1557cd75-5b40-4b09-a045-5b5d88e5bf38)

Reproducing

  1. Open a scrollable document or application.
  2. Hover over the scrollbar and observe the cursor changing to a text field cursor instead of an arrow cursor.

Zettlr Version

Beta (if applicable)

Specify version

Zettlr 3.0.0-beta.5

Installation Method

From the Website or GitHub

Your Platform

  • Windows
  • macOS
  • Linux

Architecture

  • Intel 64bit
  • ARM 64bit

Operating System Version

Windows 10

Additional Information

No response

@exanrauzer exanrauzer added the bug A bug that affects the functionality of Zettlr. label Jun 24, 2023
@nathanlesage
Copy link
Member

Just gave it a try because I remembered this issue, and apparently the following CSS changes fix the cursor on the scrollbar (however, I still have to verify if it doesn't break something elsewhere):

body .main-editor-wrapper .cm-editor {
  cursor: auto;
}

nathanlesage added a commit that referenced this issue Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug that affects the functionality of Zettlr.
Projects
None yet
Development

No branches or pull requests

2 participants