diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css index 4c8d64ab5579c3..7e0a89c3d6ca8a 100644 --- a/doc/api_assets/style.css +++ b/doc/api_assets/style.css @@ -370,18 +370,26 @@ span.type { width: 234px; background: #333; position: fixed; + left: 0; + top: 0; height: 100%; + overflow: hidden; +} + +#column2 .no-scrollbar { overflow-y: scroll; + height: 100%; + width: 250px; } -#column2.interior:after { +#column2 .no-scrollbar:after { content: ''; position: fixed; bottom: 0; left: 0; width: 234px; height: 4em; - background: linear-gradient(rgba(242,245,240, 0), rgba(51, 51, 51, 1)); + background: linear-gradient(rgba(51, 51, 51, 0), rgba(51, 51, 51, 1)); pointer-events: none; } diff --git a/doc/template.html b/doc/template.html index dec3f50670226e..47bd4ba3e4abb9 100644 --- a/doc/template.html +++ b/doc/template.html @@ -11,12 +11,14 @@
-
- - Node.js (1) - +
+ + __GTOC__
- __GTOC__