diff options
| author | bob <bcz@cs.brown.edu> | 2020-01-08 12:19:28 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2020-01-08 12:19:28 -0500 |
| commit | 1b68d5a89abdd8a7db4d4762a3ee44c3363e9a74 (patch) | |
| tree | 8308876ffb2c6e41d74e403fd3532a35107fadc4 /src/client/views/search/SearchBox.scss | |
| parent | 7d6dd8470384d345771ed67c88c9b15e2b333a6b (diff) | |
cleaned up searchBox. fixed parentdocument context menu placement.
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; |
