From 5214de78cdd957ed98b04aef609e5962741b210f Mon Sep 17 00:00:00 2001 From: Justice Almanzar Date: Thu, 13 Aug 2020 22:03:10 -0400 Subject: [PATCH] doc: remove space above version picker PR-URL: https://github.com/nodejs/node/pull/34768 Fixes: https://github.com/nodejs/node/issues/34767 Fixes: https://github.com/nodejs/node/issues/34447 Reviewed-By: Derek Lewis Reviewed-By: Ruben Bridgewater Reviewed-By: Harshitha K P Reviewed-By: James M Snell --- doc/api_assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css index b9aa135a96f7f5..3ab3cf6d3ceea8 100644 --- a/doc/api_assets/style.css +++ b/doc/api_assets/style.css @@ -145,7 +145,7 @@ ol.version-picker { list-style: none; position: absolute; right: 0; - top: 1.25rem; + top: 100%; width: 100%; }