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

Removing auto-completion logic

This commit is contained in:
2024-07-05 01:06:11 +04:00
parent d2140c6eee
commit c8eb54ab98
5 changed files with 0 additions and 238 deletions

View File

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