fix: increase paintfull performance

This commit is contained in:
nivedin
2024-02-21 14:18:08 +05:30
committed by Andrew Bastin
parent 8b0f337280
commit c66ea66689

View File

@@ -429,6 +429,11 @@ pre.ace_editor {
}
}
.splitpanes__pane {
@apply will-change-auto;
transform: translateZ(0);
}
.smart-splitter .splitpanes__splitter {
@apply relative;
@apply before:absolute;