diff --git a/src/scss/cdb-components/menu.scss b/src/scss/cdb-components/menu.scss index 2d43f8b..6c5a21c 100644 --- a/src/scss/cdb-components/menu.scss +++ b/src/scss/cdb-components/menu.scss @@ -63,6 +63,77 @@ + +

+

+ +
+ +
``` */ @@ -99,11 +170,17 @@ color: $cMainText; } +// .CDB-NavSubmenu { +// position: absolute; +// right: 0; +// left: 0; +// padding-top: 14px; +// border-bottom: 1px solid $cSecondaryLine; +// } + .CDB-NavSubmenu { - position: absolute; - right: 0; - left: 0; - padding-top: 14px; + margin-top: -5px; + margin-bottom: 18px; border-bottom: 1px solid $cSecondaryLine; }