Skip to content

Commit 98c554b

Browse files
committed
Redocly: Fix redoc sidebar hiding under the header
1 parent 2ae558c commit 98c554b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/css/v2/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -951,6 +951,10 @@ nav {
951951
position: relative;
952952
display: block;
953953
max-width: 100%;
954+
955+
.redoc-wrap .menu-content {
956+
top: 4rem !important; /* Override redocly's inline top property */
957+
}
954958
}
955959
}
956960

0 commit comments

Comments
 (0)