Skip to content

Commit 2439193

Browse files
authored
Fixed redocly responsive on new grid (#307)
* Redoc: Fixed responsive on new grid * Redoc: Fix issue with redocly not going under header
1 parent 84ced42 commit 2439193

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

assets/css/v2/style.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,14 @@ nav {
899899
/* Allow redocly to fill the entire container */
900900
&.content__redocly {
901901
justify-self: unset;
902-
max-width: unset;
902+
max-width: 100%;
903+
904+
#api-component {
905+
z-index: 0;
906+
position: relative;
907+
display: block;
908+
max-width: 100%;
909+
}
903910
}
904911
}
905912

0 commit comments

Comments
 (0)