diff options
| author | Monika <monika_hedman@brown.edu> | 2019-06-26 11:12:14 -0400 |
|---|---|---|
| committer | Monika <monika_hedman@brown.edu> | 2019-06-26 11:12:14 -0400 |
| commit | 489d9aebc79113f23dc28871f46ae64431748ef9 (patch) | |
| tree | 42477a677c2eddbc276cedd9b2f00d35be05a3b9 /src/client/views/search/SearchBox.scss | |
| parent | 096913a2aa25bf4d5d2bf9a1911ae45111229dc7 (diff) | |
search working
Diffstat (limited to 'src/client/views/search/SearchBox.scss')
| -rw-r--r-- | src/client/views/search/SearchBox.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/search/SearchBox.scss b/src/client/views/search/SearchBox.scss index a9c708975..6a7bfb1a0 100644 --- a/src/client/views/search/SearchBox.scss +++ b/src/client/views/search/SearchBox.scss @@ -46,7 +46,11 @@ top: 300px; display: flex; flex-direction: column; + // display: inline-block; margin-right: 72px; + height: 560px; + overflow: hidden; + overflow-y: auto; .no-result { width: 500px; |
