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

Make status bar overflow-x scrollable #117494

Closed
nathanrpage97 opened this issue Feb 23, 2021 · 2 comments
Closed

Make status bar overflow-x scrollable #117494

nathanrpage97 opened this issue Feb 23, 2021 · 2 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) workbench-status Status bar

Comments

@nathanrpage97
Copy link

nathanrpage97 commented Feb 23, 2021

When the bottom statusbar is overpopulated it simply cuts-off and there is no way to access hidden content.

By setting:

.statusbar {
    overflow-x: scroll;
}

.statusbar::-webkit-scrollbar {
    display: none;
}

.statusbar .right-items {
    flex-wrap: nowrap; /* prevent right-items from wrapping to new hidden lines */
}

You can now scroll through the statusbar content.

@nathanrpage97 nathanrpage97 changed the title Make status bar overflow-y scrollable Make status bar overflow-x scrollable Feb 23, 2021
@bpasero bpasero added the workbench-status Status bar label Feb 24, 2021
@bpasero
Copy link
Member

bpasero commented Feb 24, 2021

/duplicate #6651

@github-actions github-actions bot locked and limited conversation to collaborators Apr 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) workbench-status Status bar
Projects
None yet
Development

No branches or pull requests

3 participants
@bpasero @nathanrpage97 and others