Skip to content

Commit

Permalink
Merge branch 'main' of github.com:formkit/tempo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-boyd committed Feb 13, 2024
2 parents c213c4b + 84bd246 commit c8b6237
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ onMounted(async () => {
appId: "TIC56YZVU3",
indexName: "tempo-formkit",
apiKey: "57bf4858266f8e7c7037df759ac8df2f",
maxResultsPerGroup: 4,
})
document.addEventListener("click", (e) => {
if (
Expand Down
3 changes: 2 additions & 1 deletion docs/assets/css/docsearch.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ button.DocSearch-Button {

.DocSearch-Dropdown {
padding: 0.5em 1em;

overflow: auto;
max-height: clamp(200px, 50vh, 800px);
@apply dark:text-purple-200;
}

Expand Down

0 comments on commit c8b6237

Please sign in to comment.