mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-26 02:40:08 +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%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* redoc css */
|
||||||
|
.menu-content {
|
||||||
|
height: calc(100vh - 65px) !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Widget Box */
|
/* Widget Box */
|
||||||
.sl-box {
|
.sl-box {
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user