From b4065bb9c9146eadcbb39251afa62ca0028bb99f Mon Sep 17 00:00:00 2001 From: Travis Briggs Date: Mon, 3 Oct 2022 17:00:15 -0700 Subject: [PATCH] Fix phantom search bar on normal doc pages in mobile view --- docs/source/_static/nature.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/source/_static/nature.css b/docs/source/_static/nature.css index a86b9653f4..0080fa1683 100644 --- a/docs/source/_static/nature.css +++ b/docs/source/_static/nature.css @@ -450,11 +450,7 @@ code.descname { } div.sphinxsidebar { - visibility: hidden; - } - - .search { - visibility: visible; + display: none; } #top-link {