This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git


The following commit(s) were added to refs/heads/master by this push:
     new bb95f97e SLING-11853 - Fixing overflow issue with editor
bb95f97e is described below

commit bb95f97e1f5b1bef773e3dd44288071d4be9b6ec
Author: Dan Klco <[email protected]>
AuthorDate: Fri Apr 28 06:49:49 2023 -0400

    SLING-11853 - Fixing overflow issue with editor
---
 ui/src/main/frontend/scss/editor.scss | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ui/src/main/frontend/scss/editor.scss 
b/ui/src/main/frontend/scss/editor.scss
index 3a017352..34f07b68 100644
--- a/ui/src/main/frontend/scss/editor.scss
+++ b/ui/src/main/frontend/scss/editor.scss
@@ -20,6 +20,7 @@
   @import "fonts";
   @import "overrides";
   @import "../../../../node_modules/bulma/bulma.sass";
+
   font-family: "Open Sans", sans-serif;
 
   * {
@@ -68,7 +69,7 @@
   }
 
   .modal-content {
-    overflow: hidden;
+    overflow: auto;
   }
 
   .modal-frame {

Reply via email to