UI: Fix overlap between search banner search results and nav container (#10)

This commit is contained in:
Ty Correll
2025-03-01 13:34:07 -06:00
committed by GitHub
parent 076263c7f5
commit 229ad5d6bd
+3
View File
@@ -75,6 +75,9 @@
.search-menu .searching .d-icon {
color: var(--search-color);
}
.panel-body {
z-index: z("dropdown");
}
.results {
background: var(--d-content-background);
}