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

text on scroll area #148150

Closed
gkalvarog opened this issue Apr 26, 2022 · 3 comments
Closed

text on scroll area #148150

gkalvarog opened this issue Apr 26, 2022 · 3 comments
Assignees
Labels
editor-scrollbar feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@gkalvarog
Copy link

The issue is that when I resize the page to see it along with other content, I can see some text over the scroll page area. I think it wasn't supposed to work like this, that's why i'm reporting it here.

1
2
.

@alexdima
Copy link
Member

The scrollbar is intentionally transparent. We have a color editorOverviewRuler.background that is used only when the minimap is enabled. We could potentially use it always if set to allow defining opaque scrollbars.

@alexdima alexdima added feature-request Request for new features or functionality editor-scrollbar labels Apr 27, 2022
@alexdima alexdima added this to the Backlog milestone Apr 27, 2022
@gkalvarog
Copy link
Author

gkalvarog commented Apr 27, 2022 via email

leopoldsedev added a commit to leopoldsedev/vscode that referenced this issue Jun 9, 2022
@VSCodeTriageBot VSCodeTriageBot added unreleased Patch has not yet been released in VS Code Insiders insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Jun 9, 2022
@rzhao271 rzhao271 modified the milestones: Backlog, June 2022 Jun 27, 2022
@alexdima alexdima added the verification-needed Verification of issue is requested label Jun 27, 2022
@alexdima
Copy link
Member

To verify, configure the color editorOverviewRuler.background and that will be applied and will make the overview ruler opaque. e.g.

"workbench.colorCustomizations": {
	"editorOverviewRuler.background": "#ff0000ff",
}

@jrieken jrieken added the verified Verification succeeded label Jun 28, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Jul 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
editor-scrollbar feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

5 participants