Skip to content

Commit 1809bad

Browse files
committed
feat(VIrtualGrid): add content visibility style to virtual elements
Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
1 parent 2ba7883 commit 1809bad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/components/Layout/VirtualGrid/pipeline.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,8 @@ export function getVisibleItems<T>(
330330
value,
331331
style: {
332332
gridArea: '1/1',
333-
transform: `translate(${x}px, ${y}px)`
333+
transform: `translate(${x}px, ${y}px)`,
334+
contentVisibility: 'auto'
334335
}
335336
};
336337
});

0 commit comments

Comments
 (0)