We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
/duplicate #6651
Sorry, something went wrong.
bpasero
No branches or pull requests
When the bottom statusbar is overpopulated it simply cuts-off and there is no way to access hidden content.
By setting:
You can now scroll through the statusbar content.
The text was updated successfully, but these errors were encountered: