fix: Increase padding top for .api-info-wrapper when left sidebar is hiding to avoid header overlaying by top menu.

This commit is contained in:
Bohdan Khorolets 2017-08-17 16:56:42 +03:00
parent dd404ca045
commit 7e5267f9f2

View File

@ -9,6 +9,10 @@
@media (max-width: $right-panel-squash-breakpoint) {
width: 100%;
}
@media (max-width: $side-menu-mobile-breakpoint) {
padding-top: $section-spacing + 20px;
}
}
.openapi-button {