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.tsx | |
| parent | da0e1d4b794630809dcccf14dccea3d34a8cc4f8 (diff) | |
| parent | 0795e081ddbd54c2dd925ba7463c0e71c07ea140 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/search/SearchBox.tsx')
| -rw-r--r-- | src/client/views/search/SearchBox.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/search/SearchBox.tsx b/src/client/views/search/SearchBox.tsx index 2f28ebf76..dd1ac7421 100644 --- a/src/client/views/search/SearchBox.tsx +++ b/src/client/views/search/SearchBox.tsx @@ -353,7 +353,8 @@ export class SearchBox extends React.Component { </div> <div className="searchBox-results" onScroll={this.resultsScrolled} style={{ display: this._resultsOpen ? "flex" : "none", - height: this.resFull ? "auto" : this.resultHeight, overflow: this.resFull ? "auto" : "visible" + height: this.resFull ? "auto" : this.resultHeight, + overflow: "visibile" // this.resFull ? "auto" : "visible" }} ref={this.resultsRef}> {this._visibleElements} </div> |
