[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 GitHub
parent c1f8d22a50
commit d3fa39efd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
}