-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File list row heights is bigger than expected #3099
Comments
it looks the same when switching from master to v0.4.0 without running this confirms that the ODS lib updates are likely causing this issue |
This is really weird... Even if I delete all DOM elements inside, it still keeps the height. Right, it's rather the calculated "translateY" property that shifts the rows. |
Calculation is here: https://github.com/Akryum/vue-virtual-scroller#how-does-it-work Ok, so the solution is to setting "item-size" to 55 instead of 70. The rows then look narrower. |
Fix is here: #3100 |
This is on master (53c5d4a).
The row heights used to be smaller.
The issue might be due to the ODS update.
I had a look at the DOM tree and didn't find any element that is causing this, as the row contents has the correct height. Somehow it's the virtual scroll row element that is bigger.
The text was updated successfully, but these errors were encountered: