Skip to content

Commit

Permalink
set overflow to auto for the panel-content in tthe left-panel and rig…
Browse files Browse the repository at this point in the history
…ht-panel
  • Loading branch information
etan-sb committed Nov 6, 2024
1 parent 1b03ba0 commit 61e8379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cqlEditorWithTerminology/CqlEditorWithTerminology.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
}
}
> .panel-content {
overflow: scroll;
overflow: auto;
}
}

Expand Down

0 comments on commit 61e8379

Please sign in to comment.