UI: Fix overlap between search banner search results and nav container (#10)
This commit is contained in:
@@ -75,6 +75,9 @@
|
|||||||
.search-menu .searching .d-icon {
|
.search-menu .searching .d-icon {
|
||||||
color: var(--search-color);
|
color: var(--search-color);
|
||||||
}
|
}
|
||||||
|
.panel-body {
|
||||||
|
z-index: z("dropdown");
|
||||||
|
}
|
||||||
.results {
|
.results {
|
||||||
background: var(--d-content-background);
|
background: var(--d-content-background);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user