mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-07 05:20:32 +03:00
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:
parent
cb3d318e4a
commit
514fc297c4
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user