mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
perf(settings): Optimize user list scroll performance
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
4fd2127761
commit
4b392ebb4e
1 changed files with 1 additions and 0 deletions
|
|
@ -157,6 +157,7 @@ export default Vue.extend({
|
|||
display: block;
|
||||
overflow: auto;
|
||||
height: 100%;
|
||||
will-change: scroll-position;
|
||||
|
||||
&__header,
|
||||
&__footer {
|
||||
|
|
|
|||
Loading…
Reference in a new issue