1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-24 07:12:57 +00:00

Implementation of the search field autocomplete feature

This commit is contained in:
2024-05-29 00:19:22 +04:00
parent 0637a21eb7
commit f863b3a475
6 changed files with 504 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
.header__search--completable {
.search-autocomplete-dummy {
position: absolute;
height: 0;
opacity: 0;
pointer-events: none;
padding: 0;
margin: 0;
align-self: flex-end;
}
}