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

UI BUG: Logged in as User spills out over menu #151

Closed
gavsto opened this issue Oct 28, 2021 · 2 comments
Closed

UI BUG: Logged in as User spills out over menu #151

gavsto opened this issue Oct 28, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@gavsto
Copy link
Contributor

gavsto commented Oct 28, 2021

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

@gavsto gavsto added the bug Something isn't working label Oct 28, 2021
@stephen-iamroot
Copy link
Contributor

stephen-iamroot commented Oct 29, 2021

Add the following to the CSS:

.sidenav-footer {
overflow: auto;
overflow-wrap: anywhere;
}
image

KelvinTegelaar added a commit that referenced this issue Oct 29, 2021
@KelvinTegelaar
Copy link
Owner

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. :)

KelvinTegelaar added a commit that referenced this issue Oct 29, 2021
JohnDuprey added a commit that referenced this issue Mar 22, 2024
[pull] dev from KelvinTegelaar:dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants