Hi, hoping someone who knows about browser scrollbars have time to give me some pointers.
We have a grid with quite compact layout that has a lot of records so it needs to scroll.
In load_skin it is configured with
This works great on Mac, in all browsers we tried - Safari, Edge, Chrome, Firefox. example:
However, on Windows we get another behaviour - while it works in Firefox, in Chrome/Edge, the scrollbar does not float on top-pushing the icons to the right on top of the text, as visible in image below:
The content gets cropped, and the scrollbars don't look great either...
I've tried all sorts of scrollbar settings I could find in the docs, but I haven't been able to make any changes.
I am hoping someone can help me out with pointers - is it possible to get these scrollbars to float on top on Windows like they do on Mac? (as I sidenote, I find it very strange that the rendering engines works differently like this)
Cheers and thanks in advance
We have a grid with quite compact layout that has a lot of records so it needs to scroll.
In load_skin it is configured with
Code:
showCustomScrollbars: true, nativeAutoHideScrollbars: true,
However, on Windows we get another behaviour - while it works in Firefox, in Chrome/Edge, the scrollbar does not float on top-pushing the icons to the right on top of the text, as visible in image below:
The content gets cropped, and the scrollbars don't look great either...
I've tried all sorts of scrollbar settings I could find in the docs, but I haven't been able to make any changes.
I am hoping someone can help me out with pointers - is it possible to get these scrollbars to float on top on Windows like they do on Mac? (as I sidenote, I find it very strange that the rendering engines works differently like this)
Cheers and thanks in advance
Comment