Skip to content

Commit

Permalink
fix: Increase padding top for .api-info-wrapper when left sidebar is …
Browse files Browse the repository at this point in the history
…hiding to avoid header overlaying by top menu.
  • Loading branch information
khorolets authored and RomanHotsiy committed Aug 17, 2017
1 parent cb3d318 commit 514fc29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/components/ApiInfo/api-info.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 514fc29

Please sign in to comment.