From 87f19fdcf1a1ca6555a9810f9629775fa10e18af Mon Sep 17 00:00:00 2001 From: Sarah Abouzainah Date: Tue, 13 Oct 2020 18:12:04 +0200 Subject: Add Optional Attributes Menu Issue-ID: CCSDK-2812 Signed-off-by: Sarah Abouzainah Change-Id: Id2f89c57d974f5317b33725a9de67f48a3eb3d7c --- cds-ui/designer-client/src/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (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 252cb89b1..ce9fdd781 100644 --- a/cds-ui/designer-client/src/styles.css +++ b/cds-ui/designer-client/src/styles.css @@ -78,6 +78,9 @@ body{ width: 14px !important; height: 14px; } +.btn[aria-expanded="true"] > .card{ + overflow: visible; +} .card-header .btn[aria-expanded="true"], .card-header .btn[aria-expanded="false"]{ padding-left: 25px !important; @@ -2926,9 +2929,6 @@ animation: glowing 1500ms infinite; position: absolute; top: 13px; } -.ace_scroller{ - /* overflow: auto !important; */ -} .ace_print-margin{ left: 100% !important; background: #eee !important; -- cgit 1.2.3-korg