perf(settings): Optimize user list scroll performance

Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
Christopher Ng 2024-07-08 17:37:35 -07:00
parent 4fd2127761
commit 4b392ebb4e

View file

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