Skip to content

Commit

Permalink
SLING-11853 - Fixing overflow issue with editor
Browse files Browse the repository at this point in the history
  • Loading branch information
klcodanr committed Apr 28, 2023
1 parent 4086dcf commit bb95f97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/src/main/frontend/scss/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
@import "fonts";
@import "overrides";
@import "../../../../node_modules/bulma/bulma.sass";

font-family: "Open Sans", sans-serif;

* {
Expand Down Expand Up @@ -68,7 +69,7 @@
}

.modal-content {
overflow: hidden;
overflow: auto;
}

.modal-frame {
Expand Down

0 comments on commit bb95f97

Please sign in to comment.