Skip to content

Commit 94bb677

Browse files
committed
Force meter and waveform to separate paint layer
1 parent 5b6f33e commit 94bb677

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/record-modal/record-modal.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@
2020
border: 1px solid $ui-black-transparent;
2121
border-radius: 5px;
2222
padding: 3px;
23-
23+
/* Force these to be on their own render layer because they update often */
24+
transform: translateZ(0);
2425
}
26+
2527
.meter-container {
2628
margin-right: 5px;
2729
height: 180px;

0 commit comments

Comments
 (0)