Skip to content

Commit

Permalink
fix: update search input top position to support typedoc@0.27
Browse files Browse the repository at this point in the history
Closes #17
Closes #18
  • Loading branch information
dmnsgn committed Jan 21, 2025
1 parent f33429d commit 1cd3beb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ img {
position: absolute;
left: 0;
}
#tsd-search.has-focus .field input {
top: 0;
}
#tsd-search.has-focus .field:first-child {
z-index: 2;
}
Expand Down

0 comments on commit 1cd3beb

Please sign in to comment.