diff options
Diffstat (limited to 'cds-ui/designer-client/src/styles.css')
-rw-r--r-- | cds-ui/designer-client/src/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cds-ui/designer-client/src/styles.css b/cds-ui/designer-client/src/styles.css index 5d797203a..88c6159f1 100644 --- a/cds-ui/designer-client/src/styles.css +++ b/cds-ui/designer-client/src/styles.css @@ -3014,7 +3014,7 @@ animation: glowing 1500ms infinite; /* -------- ace editor style -------- */ .editor-container{ height: 55vh !important; - overflow: scroll; + /* overflow: scroll; */ } .ace_print-margin{ left: 100% !important; |