Skip to content

Commit

Permalink
fix(editor): scrollbars in UI
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanLovely committed Aug 7, 2019
1 parent 0f1afcc commit 554dc10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/editor/src/index.scss
@@ -1,4 +1,6 @@
.pega-editor-ui {
display: flex;
flex-direction: column;
position: fixed;
right: 0;
bottom: 0;
Expand All @@ -13,10 +15,12 @@

&__slots {
display: flex;
min-height: 1px;
}

&__slot {
overflow: scroll;
padding-bottom: 20px;
border-right: 3px solid rgba(0, 0, 0, 0.1);

&:last-child {
Expand Down

0 comments on commit 554dc10

Please sign in to comment.