diff options
author | Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> | 2020-10-05 18:25:51 +0200 |
---|---|---|
committer | Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> | 2020-10-05 18:33:24 +0200 |
commit | b6b9259f644058cf20ea2845c055615694dfed2f (patch) | |
tree | 744c1c87803923d7ce09beec0a46d39e9d8d6ee8 /cds-ui/designer-client/src/styles.css | |
parent | a7581011658acf44c7eff92bd2f2716b91116dc5 (diff) |
Handle template names that contains '-'
Fix editor scroll problem
Issue-ID: CCSDK-2864
Signed-off-by: Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com>
Change-Id: I244eb59fbbbe96efc5c34bafab6ca6fed28912cf
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 91b1f8652..f1cf9d96c 100644 --- a/cds-ui/designer-client/src/styles.css +++ b/cds-ui/designer-client/src/styles.css @@ -2928,7 +2928,7 @@ animation: glowing 1500ms infinite; top: 13px; } .ace_scroller{ - overflow: auto !important; + /* overflow: auto !important; */ } .ace_print-margin{ left: 100% !important; |