Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: make search results scrollable (#1380)
  • Loading branch information
soonoo authored and gr2m committed May 29, 2019
1 parent 224f7ac commit 820f5eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/components/layout.css
Expand Up @@ -35,6 +35,9 @@ header h1 {
}

header > .search {
display: grid;
grid-template-rows: auto 1fr;
max-height: 100vh;
grid-column: 1/3;
grid-row: 1/2;
--whitespace: 1.25rem;
Expand Down Expand Up @@ -80,6 +83,7 @@ header > .search .input input::placeholder {
}

header > .search .results {
overflow-y: auto;
margin: 0;
background: white;
color: black;
Expand Down

0 comments on commit 820f5eb

Please sign in to comment.