mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-23 17:30:35 +00:00
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:
parent
f7c98835f4
commit
69f9eeb718
@ -300,6 +300,11 @@ a:focus {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/* redoc css */
|
||||
.menu-content {
|
||||
height: calc(100vh - 65px) !important;
|
||||
}
|
||||
|
||||
/* Widget Box */
|
||||
.sl-box {
|
||||
display: -webkit-box;
|
||||
|
Loading…
x
Reference in New Issue
Block a user