perf: move cluster grid to layer

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/672/head
Varun Patil 2023-05-23 13:43:11 -07:00
parent ff2fe92115
commit 76b1f20cbb
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,6 @@
:buffer="400"
:itemSize="itemSize"
:gridItems="gridItems"
:updateInterval="100"
@resize="resize"
>
<template v-slot="{ item }">
@ -101,6 +100,7 @@ export default defineComponent({
<style lang="scss" scoped>
.grid-recycler {
will-change: scroll-position;
flex: 1;
max-height: 100%;
overflow-y: scroll !important;