aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/search/SearchBox.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-04-21 01:15:17 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-04-21 01:15:17 -0400
commite091a465b860f0b205fbfa5ac6feedaf4f98e1dd (patch)
treeaba291a65119169ab014941ed9b057c0aea6a460 /src/client/views/search/SearchBox.scss
parenta9b6fba3a742f95815e2664770079bebd3b87d5f (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.scss3
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,
}