mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Show search modal over the nav-bar (#30278)
This commit is contained in:
parent
ec1050cad3
commit
575fc85e2a
@ -35,6 +35,10 @@ $primary-color: #1abcf2;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.DocSearch-Container {
|
||||||
|
z-index: 1000;
|
||||||
|
}
|
||||||
|
|
||||||
.integration-alert-container {
|
.integration-alert-container {
|
||||||
margin: -1em 0;
|
margin: -1em 0;
|
||||||
}
|
}
|
||||||
@ -877,6 +881,7 @@ code {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: $menu-collapse) {
|
@media only screen and (max-width: $menu-collapse) {
|
||||||
|
|
||||||
#not_found {
|
#not_found {
|
||||||
.page {
|
.page {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user