QScrollArea - Thumb style positionning ignored (v2.17) #17597
Labels
area/components
bug/1-repro-available
A reproduction is available and needs to be confirmed.
flavour/quasar-cli-vite
kind/bug 🐞
Qv2 🔝
Quasar v2 issues
What happened?
Since the version 2.17, in some cases when we specify position in the thumb style, the positionning doesn't apply which result in an offset between the two elements.
For vertical thumb style, we cannot use
top
andright
CSS propertiesAnd for horizontal thumb style, we cannot use
bottom
andleft
It doesn't work because it seems that those properties are forced to
0px
even if we specify!important
For example :
When setting
right
to3%
The vertical bar is overriding it to
0px
And for the horizontal bar, the
3%
are applied but we see thebottom
andleft
properties set to0px
as explained beforeWhat did you expect to happen?
I expect the
thumb-style
property ofq-scroll-area
to apply correctly positionning properties, like it used to on version <2.17 of quasarReproduction URL
https://codepen.io/AxelMolina1/pen/vYoWxNJ
How to reproduce?
Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
Components (quasar)
Platforms/Browsers
No response
Quasar info output
No response
Relevant log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: