diff --git a/assets/css/v2/style.css b/assets/css/v2/style.css index dd47380c..8c5c4710 100644 --- a/assets/css/v2/style.css +++ b/assets/css/v2/style.css @@ -918,7 +918,14 @@ nav { /* Allow redocly to fill the entire container */ &.content__redocly { justify-self: unset; - max-width: unset; + max-width: 100%; + + #api-component { + z-index: 0; + position: relative; + display: block; + max-width: 100%; + } } }