-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
QSelect scrollbar not styled #17360
Comments
That is because the quasar docs have styled the scrollbar. |
Why doesn't Quasar do that? How did the docs style it? Can I add that to my Quasar project in a way that works across browsers? |
https://www.w3schools.com/howto/howto_css_custom_scrollbar.asp Check this webpage for Chrome, Edge, Safari and Opera. |
Oops i just realized that i didn't paste my codepen https://codepen.io/RamonDonadeu/pen/GRbpQMa
|
Thanks for suggestions. But I don't think that works across browsers, particularly Firefox. More importantly, Quasar should do this out of the box, which is why I filed this bug report. |
This has to be styled in devland by the developers themselves. We cannot and should not interfere at such level with the CSS from the framework level. |
What happened?
If the dropdown of a QSelect is too tall for its container, a scrollbar appears. But the scrollbar is not styled. It looks generic.
https://codepen.io/Michael-Birken/pen/RwzwXxv?editors=101
What did you expect to happen?
The QSelect menu scrollbar should look like it does in the Quasar Framework docs:
https://quasar.dev/vue-components/select
Reproduction URL
https://codepen.io/Michael-Birken/pen/RwzwXxv?editors=101
How to reproduce?
Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
Components (quasar)
Platforms/Browsers
Firefox, Chrome, Microsoft Edge
Quasar info output
No response
Relevant log output
No response
Additional context
The same thing happens to a QDialog if it is too tall. A scrollbar appears on its right. But that scrollbar is not properly styled either.
https://codepen.io/Michael-Birken/pen/GRbRVQL?editors=101
The text was updated successfully, but these errors were encountered: