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

enhancement: Unselectable sidebar elements #2255

Closed
javimosch opened this issue May 14, 2024 · 1 comment · Fixed by #2376
Closed

enhancement: Unselectable sidebar elements #2255

javimosch opened this issue May 14, 2024 · 1 comment · Fixed by #2376

Comments

@javimosch
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Sometimes we might select by mistake the elements in the sidebar (and clicking becomes impossible unless we unselect things first)

Describe the solution you'd like
Simply add an unselectable css rule:

.unselectable { -moz-user-select: none; /* Firefox */ -webkit-user-select: none; /* Safari and Chrome */ -ms-user-select: none; /* Internet Explorer */ user-select: none; /* Other browsers */ }

Describe alternatives you've considered

Additional context

Screenshot from 2024-05-14 10-36-25

@javimosch
Copy link
Contributor Author

I can work on this if OK for you.

javimosch added a commit to javimosch/open-webui that referenced this issue May 14, 2024
@tjbck tjbck mentioned this issue May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant