From 69f9eeb718da841ba1621844f23c5ae3fd083270 Mon Sep 17 00:00:00 2001 From: Shailesh Parmar Date: Mon, 15 Nov 2021 16:49:55 +0530 Subject: [PATCH] Fix: Left panel scroll issue on API docs page (#1189) * Fix: Left panel scroll issue * moved swagger css to xmaster --- .../src/main/resources/ui/src/styles/x-master.css | 5 +++++ 1 file changed, 5 insertions(+) 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;