fix: unwanted transitions caused pane layout shift (#2988)
This commit is contained in:
parent
bd09a6ac45
commit
d6c706d0f9
1 changed files with 8 additions and 0 deletions
|
|
@ -459,6 +459,14 @@ pre.ace_editor {
|
|||
@apply bg-dividerLight;
|
||||
}
|
||||
|
||||
.splitpanes--horizontal .splitpanes__pane {
|
||||
@apply transition-none;
|
||||
}
|
||||
|
||||
.splitpanes--vertical .splitpanes__pane {
|
||||
@apply transition-none;
|
||||
}
|
||||
|
||||
.cm-focused {
|
||||
@apply select-auto;
|
||||
@apply outline-none #{!important};
|
||||
|
|
|
|||
Loading…
Reference in a new issue