|
@@ -49,10 +49,11 @@ $navigation-max-break-point: 'laptop-only';
|
|
opacity: 1;
|
|
opacity: 1;
|
|
top: 50px;
|
|
top: 50px;
|
|
right: 0;
|
|
right: 0;
|
|
- bottom: 30px; //Not sure why this div is offset by 30px
|
|
|
|
|
|
+ bottom: 30px; // Not sure why this div is offset by 30px
|
|
left: 0;
|
|
left: 0;
|
|
}
|
|
}
|
|
|
|
|
|
.admin-bar.primary-navigation-open .extra-navigation-wrapper {
|
|
.admin-bar.primary-navigation-open .extra-navigation-wrapper {
|
|
top: calc(50px + var(--wpadmin-bar--height));
|
|
top: calc(50px + var(--wpadmin-bar--height));
|
|
|
|
+ bottom: 27px; // Don't get value yet
|
|
}
|
|
}
|