mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 10:17:55 +02:00
Fix search bar positioning in header
Adding this style change should fix the search bar. Could someone advise on where the best place to put it in the file would actually be, and if this is the right way to approach a fix? Thanks.
This commit is contained in:
parent
70ed75b046
commit
833d9d30a1
1 changed files with 3 additions and 0 deletions
|
@ -1876,3 +1876,6 @@ footer .copyright {
|
|||
color: rgba(255, 255, 255, 0.4);
|
||||
text-align: center;
|
||||
}
|
||||
.algolia-autocomplete {
|
||||
bottom: 10px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue