diff options
author | Sarah Abouzainah <sabouzainah.ext@orange.com> | 2020-10-13 18:12:04 +0200 |
---|---|---|
committer | Sarah Abouzainah <sabouzainah.ext@orange.com> | 2020-10-13 18:13:39 +0200 |
commit | 87f19fdcf1a1ca6555a9810f9629775fa10e18af (patch) | |
tree | 970c02d6d24014046f81fb247b3d17f8b8aacf8d /cds-ui/designer-client/src/styles.css | |
parent | 182d67ef5c4acb5b0a551e604fa4f0d505f6931d (diff) |
Add Optional Attributes Menu
Issue-ID: CCSDK-2812
Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: Id2f89c57d974f5317b33725a9de67f48a3eb3d7c
Diffstat (limited to 'cds-ui/designer-client/src/styles.css')
-rw-r--r-- | cds-ui/designer-client/src/styles.css | 6 |
1 files changed, 3 insertions, 3 deletions
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; |