diff options
| author | Monika <monika_hedman@brown.edu> | 2019-06-26 14:54:46 -0400 |
|---|---|---|
| committer | Monika <monika_hedman@brown.edu> | 2019-06-26 14:54:46 -0400 |
| commit | 5c17508a78d52fef355f2a71b12d59b027535a0d (patch) | |
| tree | 29548e2adb570572744f12fc99eda22a723bdb01 /src/client/views/search/SearchBox.scss | |
| parent | 943ee465b4179705257a106948a35c2ef85fa671 (diff) | |
need to look at master
Diffstat (limited to 'src/client/views/search/SearchBox.scss')
| -rw-r--r-- | src/client/views/search/SearchBox.scss | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/client/views/search/SearchBox.scss b/src/client/views/search/SearchBox.scss index 2a27bbe62..7541b328a 100644 --- a/src/client/views/search/SearchBox.scss +++ b/src/client/views/search/SearchBox.scss @@ -46,9 +46,10 @@ display: flex; flex-direction: column; margin-right: 72px; - height: 560px; - overflow: hidden; - overflow-y: auto; + // height: 560px; + height: 100%; + // overflow: hidden; + // overflow-y: auto; .no-result { width: 500px; |
