diff --git a/Build/Assets/Scss/layout/_navigation.scss b/Build/Assets/Scss/layout/_navigation.scss index 9000a7f3588fc3609f19af77062260e0f0feb5ad..a35c5f8ca2578a7bd7e1f501c421f53594c05ff3 100644 --- a/Build/Assets/Scss/layout/_navigation.scss +++ b/Build/Assets/Scss/layout/_navigation.scss @@ -374,16 +374,13 @@ top: 0; left: 0; width: 0; - padding-right: 0; - will-change: transform; - transition: visibility 0.5s ease; - transform-origin: right; + right: 0; overflow-x: hidden; &._visible { - width: 100%; + width: auto; z-index: 3; - max-width: 732px; + margin-right: 160px; } .typeahead { @@ -477,8 +474,8 @@ &._lvl-2 { width: 100%; - min-height: 380px; - max-height: 50vh; + min-height: 460px; + max-height: 60vh; } .sub-nav { @@ -494,7 +491,7 @@ position: absolute; content: ''; right: 0; - top: 50px; + top: 0; bottom: 15px; width: 1px; display: block; @@ -511,7 +508,7 @@ &._lvl-3 { display: none; - margin-top: 70px; + margin-top: 65px; padding-left: 10px; &._visible { @@ -526,6 +523,7 @@ display: block; color: $greyDark; padding: 10px 20px; + line-height: 1.25; &:focus, &:active,