From aea9a4b449c0b7006c65b9dfb5818a9bdf6fab86 Mon Sep 17 00:00:00 2001 From: Aru Sahni Date: Tue, 5 Jan 2021 18:53:23 -0500 Subject: [PATCH] Remove bottom margin from crate version when the sidebar is collapsed. This fixes a mobile UI bug where a vertical scrollbar would always be rendered on the sidebar nav when the menu was closed. --- src/librustdoc/html/static/rustdoc.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index 28b118ea78e..8dad26dced9 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -1412,6 +1412,7 @@ h4 > .notable-traits { .sidebar > .block.version { border-bottom: none; margin-top: 12px; + margin-bottom: 0; } nav.sub {