emersonbottero / vitepress-plugin-search

Provide local search to your documentation site.
MIT License
240 stars 30 forks source link

search result windows should not pass windows #6

Closed emersonbottero closed 2 years ago

emersonbottero commented 2 years ago

style the search results..

.search-list { max-height: 300px; <== compute max height based on windows overflow-y: scroll; }