fix: perfomance in safari (#3848)

This commit is contained in:
Nivedin
2024-02-22 00:41:30 +05:30
committed by GitHub
parent 342532c9b1
commit 291f18591e
18 changed files with 50 additions and 36 deletions

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;