diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2020-01-08 12:22:25 -0500 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2020-01-08 12:22:25 -0500 |
| commit | d2a544486e9341b90e90640822f13d08c0f3c64b (patch) | |
| tree | 3ff19395f56558bbaf0defec6c23a99946b60307 /src/client/views/search/SearchBox.scss | |
| parent | da0e1d4b794630809dcccf14dccea3d34a8cc4f8 (diff) | |
| parent | 0795e081ddbd54c2dd925ba7463c0e71c07ea140 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/search/SearchBox.scss')
| -rw-r--r-- | src/client/views/search/SearchBox.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/views/search/SearchBox.scss b/src/client/views/search/SearchBox.scss index 4eb992d36..0825580b7 100644 --- a/src/client/views/search/SearchBox.scss +++ b/src/client/views/search/SearchBox.scss @@ -70,8 +70,7 @@ display: flex; flex-direction: column; height: 100%; - overflow: hidden; - overflow-y: auto; + overflow: visible; .no-result { width: 500px; |
