diff --git a/lib/components/Redoc/redoc.html b/lib/components/Redoc/redoc.html index 15f48a01..f0c0905a 100644 --- a/lib/components/Redoc/redoc.html +++ b/lib/components/Redoc/redoc.html @@ -8,8 +8,10 @@
diff --git a/lib/components/Redoc/redoc.scss b/lib/components/Redoc/redoc.scss index 19fb0a3a..ae4446c9 100644 --- a/lib/components/Redoc/redoc.scss +++ b/lib/components/Redoc/redoc.scss @@ -40,12 +40,17 @@ .menu-content { overflow: hidden; + display: flex; + flex-direction: column; +} + +side-menu { + overflow-y: auto; } [sticky-sidebar] { width: $side-bar-width; background-color: $side-bar-bg-color; - overflow-y: auto; overflow-x: hidden; transform: translateZ(0); z-index: 75; diff --git a/lib/components/Search/redoc-search.html b/lib/components/Search/redoc-search.html index f2f8939c..f5e5a6e6 100644 --- a/lib/components/Search/redoc-search.html +++ b/lib/components/Search/redoc-search.html @@ -1,6 +1,10 @@ - -