Skip to content

Commit

Permalink
PAY-13784 Fix missing sidebar menu on navigation
Browse files Browse the repository at this point in the history
There is a bug in ReDoc for Chrome latest version
Redocly/redoc#1167
This change is supposed to temporarily fix it until we
migrate to the newer version of ReDoc without this bug
  • Loading branch information
ivaylomarinovski committed Apr 6, 2020
1 parent f6dd537 commit f72a4e3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions assets/redoc/redoc-custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,13 @@ h3{
font-weight: bold !important;
font-family: Roboto,sans-serif !important;
}

/* Additional CSS for the side-bar menu */
div.menu-content {
position: fixed;
}

/* Additional CSS for the API documentation contents */
div.api-content {
margin-left: 300px;
}

0 comments on commit f72a4e3

Please sign in to comment.