fix(files): virtual list will-change value

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
Varun Patil 2023-10-19 12:53:28 -07:00 committed by John Molakvoæ
parent 8d907d8089
commit 2db1eab7f9
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF
9 changed files with 14 additions and 13 deletions

View file

@ -307,11 +307,12 @@ export default Vue.extend({
display: block;
overflow: auto;
height: 100%;
will-change: scroll-position;
&::v-deep {
// Table head, body and footer
tbody {
will-change: scroll-position, padding;
will-change: padding;
contain: layout paint style;
display: flex;
flex-direction: column;

4
dist/614-614.js vendored

File diff suppressed because one or more lines are too long

2
dist/614-614.js.map vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4
dist/files-main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long