diff --git a/catalog-rest-service/src/main/resources/ui/src/styles/x-master.css b/catalog-rest-service/src/main/resources/ui/src/styles/x-master.css index ab20ef551d0..aa082c973cf 100644 --- a/catalog-rest-service/src/main/resources/ui/src/styles/x-master.css +++ b/catalog-rest-service/src/main/resources/ui/src/styles/x-master.css @@ -300,6 +300,11 @@ a:focus { height: 100%; } +/* redoc css */ +.menu-content { + height: calc(100vh - 65px) !important; +} + /* Widget Box */ .sl-box { display: -webkit-box;