mirror of
https://github.com/Redocly/redoc.git
synced 2025-07-10 08:12:23 +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) {
|
@media (max-width: $right-panel-squash-breakpoint) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: $side-menu-mobile-breakpoint) {
|
||||||
|
padding-top: $section-spacing + 20px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.openapi-button {
|
.openapi-button {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user