From b6b9259f644058cf20ea2845c055615694dfed2f Mon Sep 17 00:00:00 2001 From: Ahmedeldeeb50 Date: Mon, 5 Oct 2020 18:25:51 +0200 Subject: Handle template names that contains '-' Fix editor scroll problem Issue-ID: CCSDK-2864 Signed-off-by: Ahmedeldeeb50 Change-Id: I244eb59fbbbe96efc5c34bafab6ca6fed28912cf --- cds-ui/designer-client/src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cds-ui/designer-client/src/styles.css') 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; -- cgit 1.2.3-korg