[docs] fix version flyout menu z-index (#10892)

This commit is contained in:
Sumanth Ratna
2020-09-19 16:30:35 -04:00
committed by Barak Michener
parent 37843b6e3f
commit 81044179d9
+1 -1
View File
@@ -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;
}