Browse Source

perf(settings): Optimize user list scroll performance

Signed-off-by: Christopher Ng <chrng8@gmail.com>
pull/46361/head
Christopher Ng 1 year ago
parent
commit
4b392ebb4e
  1. 1
      apps/settings/src/components/Users/VirtualList.vue

1
apps/settings/src/components/Users/VirtualList.vue

@ -157,6 +157,7 @@ export default Vue.extend({
display: block;
overflow: auto;
height: 100%;
will-change: scroll-position;
&__header,
&__footer {

Loading…
Cancel
Save