Skip to content

Commit 34b05a7

Browse files
committed
fix: painting optimizations
1 parent ea0394f commit 34b05a7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/PaginatedTable/PaginatedTable.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
position: relative;
3030
z-index: 1;
3131

32+
// Performance optimization for row hovering.
33+
// it actually works.
34+
transform: translateZ(0);
35+
3236
&:hover {
3337
background: var(--paginated-table-hover-color);
3438
}
@@ -177,6 +181,7 @@
177181
}
178182

179183
&__row-skeleton::after {
184+
animation: none;
180185
animation-delay: 200ms;
181186
}
182187
}

0 commit comments

Comments
 (0)