🍚 Sticky header WIP

This commit is contained in:
2021-11-11 15:16:53 -08:00
parent 245dd7a7c1
commit 4f95a9712d
5 changed files with 216 additions and 13 deletions

View File

@@ -68,6 +68,7 @@ export const Search = ({}: ISearchProps): ReactElement => {
<input
{...input}
className="input main-search-bar is-large"
placeholder="Type an issue/volume name"
/>
);
}}