search feature: make sure page scrollbar disappears when searching but a scrollbar for search items shows if needed

This commit is contained in:
Dean Attali 2021-05-30 20:19:44 +00:00
parent fd1e03ae06
commit 30a757de47
2 changed files with 8 additions and 1 deletions

View file

@ -1067,6 +1067,8 @@ pre {
margin-top: 1.5rem;
color: #fff;
font-size: 1.5rem;
max-height: calc(100vh - 6.5rem);
overflow-y: auto;
}
#search-results-container a {
color: #fff;