diff options
| author | tschicke-brown <tyler_schicke@brown.edu> | 2019-07-14 23:35:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-14 23:35:46 -0400 |
| commit | d7c6f0da00d4ed56d28f679d6f7de1002684864a (patch) | |
| tree | 24217f91f213e57c503d226bae1475acb84c6a1d /src/client/views/search/SearchBox.scss | |
| parent | 104cb14c140c0da5f3013203d11b2a1963ae14c1 (diff) | |
| parent | a65e1f4af074beebb6a78861cf29ca25a2c59b28 (diff) | |
Merge pull request #205 from browngraphicslab/search_virt
Search virtualization
Diffstat (limited to 'src/client/views/search/SearchBox.scss')
| -rw-r--r-- | src/client/views/search/SearchBox.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/search/SearchBox.scss b/src/client/views/search/SearchBox.scss index 08d3a65f1..324ba3063 100644 --- a/src/client/views/search/SearchBox.scss +++ b/src/client/views/search/SearchBox.scss @@ -45,7 +45,8 @@ top: 300px; display: flex; flex-direction: column; - height: 560px; + margin-right: 72px; + max-height: 560px; overflow: hidden; overflow-y: auto; |
