Fix: Left panel scroll issue on API docs page (#1189)

* Fix: Left panel scroll issue

* moved swagger css to xmaster
This commit is contained in:
Shailesh Parmar 2021-11-15 16:49:55 +05:30 committed by GitHub
parent f7c98835f4
commit 69f9eeb718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -300,6 +300,11 @@ a:focus {
height: 100%;
}
/* redoc css */
.menu-content {
height: calc(100vh - 65px) !important;
}
/* Widget Box */
.sl-box {
display: -webkit-box;