Open DarkLite1 opened 7 months ago
I noticed when I resize the window, quasar add hide-scrollbar
class to body, witch actually set body scrollbar-width: none
. Sadly, it does not work, the scrollbar still flickers. Then I set body overflow: hidden
, this time it works.
This is very interesting, I never noticed a flickering scrollbar in my quasar project for the past few years, and it's obvious that the quasar wants to restrain the flickering but it just not works.
What happened?
The screen starts to flicker at the moment you try to resize the window until you just see the scrollbar appear/disappear.
What did you expect to happen?
No flickering
Reproduction URL
https://codesandbox.io/p/github/DarkLite1/test/main?import=true
How to reproduce?
It's not clear in the picture below, but at the point the scrollbar is displayed the screen starts to flicker:
Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
Components (quasar), SPA Mode
Platforms/Browsers
Chrome, Microsoft Edge
Quasar info output
Relevant log output
No response
Additional context
It seems to be related to #5932 but when we try the suggested solution it doesn't work.