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 committed by Roman Hotsiy
parent cb3d318e4a
commit 514fc297c4

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 {