mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-07 05:40:19 +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
dd404ca045
commit
7e5267f9f2
|
@ -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