From c7e2fb26edae19badff4fbbec4949393bf862033 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Tue, 30 Nov 2021 10:52:44 +0100 Subject: [PATCH] ARROW-14926: [Docs] Fix CSS for visibility of the version dropdown --- docs/source/_static/theme_overrides.css | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/_static/theme_overrides.css b/docs/source/_static/theme_overrides.css index d7d0bdfdbe1..6bc5f707036 100644 --- a/docs/source/_static/theme_overrides.css +++ b/docs/source/_static/theme_overrides.css @@ -96,7 +96,6 @@ Details: min(15vh, 110px) for the logo size, 8rem for search box etc*/ /* Styling to get the version dropdown and search box side-by-side on wide screens */ #version-search-wrapper { - overflow: hidden; width: inherit; display: flex; flex-wrap: wrap;