Skip to content

Commit

Permalink
fix: unwanted transitions caused pane layout shift (hoppscotch#2988)
Browse files Browse the repository at this point in the history
  • Loading branch information
liyasthomas authored Apr 21, 2023
1 parent bd09a6a commit d6c706d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/hoppscotch-common/assets/scss/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit d6c706d

Please sign in to comment.