override the default z-index

This commit is contained in:
Shahed Nasser
2022-04-22 15:54:19 +03:00
parent 81fe558c50
commit f4bc6b8485

View File

@@ -265,4 +265,8 @@ details summary {
.theme-doc-markdown a:hover {
color: #6e3eff;
text-decoration: none;
}
.DocSearch-Container {
z-index: 1001 !important;
}