Fix inaccessible Try Istio button in mobile menu (#9689)

This commit is contained in:
Bartosz Wojcicki 2021-05-06 13:23:40 +02:00 committed by GitHub
parent f1563291a5
commit 683bdeae68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 4 deletions

View File

@ -8,11 +8,11 @@
left: 0;
z-index: $header-z;
padding: 1.25rem 0;
transition: background-color .2s, box-shadow .2s, max-height .2s, padding .2s;
transition: background-color .2s, box-shadow .2s, max-height .2s;
&.active {
box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .16);
padding: 0;
padding: .5rem 0;
max-height: $activeHeaderHeight;
@media(min-width: $bp-lg) {
@ -181,7 +181,6 @@
&-wrapper {
display: flex;
justify-content: center;
position: relative;
flex-direction: column;
height: 100%;
@ -328,7 +327,11 @@
.main-navigation {
&-header { padding: 1.25rem 1rem; }
&-wrapper { padding: 0; }
&-wrapper {
padding: 0;
overflow-y: auto;
}
&-links {
&-wrapper {