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
Describe the bug When the logged in user is wider than the left hand menu it does not wrap but scrolls over content in the right hand pane
The text was updated successfully, but these errors were encountered:
Add the following to the CSS:
.sidenav-footer { overflow: auto; overflow-wrap: anywhere; }
Sorry, something went wrong.
fixes #151
4282269
Thanks Stephen, works great. That scrollbar is a little bit ugly but acceptable for extremely long users, in most cases it doesn't even appear. :)
No scroll bar for #151
4fd7124
Merge pull request #151 from KelvinTegelaar/dev
4a98750
[pull] dev from KelvinTegelaar:dev
No branches or pull requests
Describe the bug
When the logged in user is wider than the left hand menu it does not wrap but scrolls over content in the right hand pane
The text was updated successfully, but these errors were encountered: