diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-21 01:15:17 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-21 01:15:17 -0400 |
| commit | e091a465b860f0b205fbfa5ac6feedaf4f98e1dd (patch) | |
| tree | aba291a65119169ab014941ed9b057c0aea6a460 /src/client/views/search/SearchBox.scss | |
| parent | a9b6fba3a742f95815e2664770079bebd3b87d5f (diff) | |
added MakeClone to alias documents in a collection. fixed embedded custom templates.
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 f0223ca76..bb62113a1 100644 --- a/src/client/views/search/SearchBox.scss +++ b/src/client/views/search/SearchBox.scss @@ -9,7 +9,8 @@ position: absolute; font-size: 10px; line-height: 1; - overflow: auto; + overflow-y: auto; + overflow-x: visible; background: lightgrey, } |
