написал fetch для search

This commit is contained in:
Kirill Pet
2024-12-23 19:39:10 +03:00
parent 5b0a62233e
commit 86eb54bb5c
3 changed files with 96 additions and 5 deletions

View File

@@ -269,6 +269,11 @@
background-color: var(--background-grey-hover);
border-radius: 4px;
display: none;
}
.header-menu-search__found.active{
display: block;
}
.header-menu-search__error{}
.header-menu-search__item{