From 81044179d943d03655ce26ce2e7dedf9e7032b0e Mon Sep 17 00:00:00 2001 From: Sumanth Ratna Date: Sat, 19 Sep 2020 16:30:35 -0400 Subject: [PATCH] [docs] fix version flyout menu z-index (#10892) --- doc/source/_static/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/_static/css/custom.css b/doc/source/_static/css/custom.css index bdae3a99d..023bf856e 100644 --- a/doc/source/_static/css/custom.css +++ b/doc/source/_static/css/custom.css @@ -61,5 +61,5 @@ span.rst-current-version > span.fa.fa-book { /* Adjustment to Version block */ .rst-versions { - z-index: 1200; + z-index: 1200 !important; }