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

I need rounded Scrollbars #584

Closed
Wissperwind opened this issue Feb 6, 2024 · 2 comments
Closed

I need rounded Scrollbars #584

Wissperwind opened this issue Feb 6, 2024 · 2 comments

Comments

@Wissperwind
Copy link

Wissperwind commented Feb 6, 2024

Hi

I included the monaco editor in my website. But the website use modern style rounded scrollbars. Like this:

*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    border-radius: 8px;
}

*::-webkit-scrollbar-thumb {
    height: 56px;
    border-radius: 8px;
    border: 4px solid transparent;
    background-clip: content-box;
    background-color: #888;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

It does no look good if the whole website has rounded scrollbars, but the editor has thick square ones. Can you please provide an option for rounded scrollbars?

Unbenannt

@suren-atoyan
Copy link
Owner

this issue should be addressed to microsoft/monaco-editor

@Wissperwind
Copy link
Author

Okay, I opened the same Issue there:
microsoft/monaco-editor#4374

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

No branches or pull requests

2 participants