Skip to content

Commit

Permalink
fix: Enable scrolling on FEEL popup editor
Browse files Browse the repository at this point in the history
  • Loading branch information
vsgoulart committed Dec 15, 2023
1 parent 8529f45 commit 7b39cd4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/assets/properties-panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -1097,10 +1097,6 @@ textarea.bio-properties-panel-input {
padding: 2px 6px;
}

.bio-properties-panel-feel-editor-container .cm-scroller {
overflow: hidden !important;
}

.bio-properties-panel-feelers-editor .cm-editor {
background-color: transparent;
}
Expand Down Expand Up @@ -1277,6 +1273,8 @@ textarea.bio-properties-panel-input {

.bio-properties-panel-popup .bio-properties-panel-popup__body:not(:first-child) {
padding-top: 0;
padding-left: 0;
padding-right: 0;
}

.bio-properties-panel-popup .bio-properties-panel-popup__header {
Expand Down Expand Up @@ -1378,7 +1376,6 @@ textarea.bio-properties-panel-input {
width: 100%;
resize: none;
padding: 0;
margin-left: -12px;
overflow: hidden;
overflow-y: auto
}
Expand Down

0 comments on commit 7b39cd4

Please sign in to comment.