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

This commit is contained in:
Sumanth Ratna
2020-09-19 13:30:35 -07:00
committed by GitHub
parent c1f8d22a50
commit d3fa39efd6
+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;
}