primevue icon indicating copy to clipboard operation
primevue copied to clipboard

Unified scrollbars

Open Magiczne opened this issue 2 years ago • 0 comments

Describe the feature you would like to see added

Unified scrollbars across components that can be scrolled

Is your feature request related to a problem?

The ScrollPanel component allows us to have customized scrollbars for element. The downside of that is that other components which content can be scrolled are using native scrollbars from the browser which is inconsistent when using ScrollPanel component inside app.

Describe the solution you'd like

No response

Describe alternatives you have considered

I've considered hooking up separate library to handle scrollbars or even making custom component that ecapsulates Dropdown and fully overrides content but it does not seem like a good idea.

Additional context

No response

Magiczne avatar Sep 05 '22 08:09 Magiczne