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:
11
src/styles/content/header.scss
Normal file
11
src/styles/content/header.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user