Open AndyBeat opened 1 year ago
Needs some hysteresis on visibleItems so the horizontal scrollbar appearing doesn't affect it. Workaround is to limit item width, or add overflow: visible
if you're expecting horizontal scrolling.
FWIW I couldn't replicate this bug on Chrome Version 113.0.5672.126 (Official Build) (arm64)
Environment
Vuetify Version: 3.2.4 Vue Version: 3.2.47 Browsers: Chrome 102.0.0.0 OS: Windows 10
Steps to reproduce
See the reproduction link
Expected Behavior
1.Normal scrollbar display 2.item-height attribute takes effect
Actual Behavior
When the height is set to 300, it is normal. When the height is set to 400, the scroll bar shakes, and when the height is set to 500, the scroll bar appears. Scrollbars should not appear at 500
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
The virtual scroll bar is normal when using vuetify2