aboutsummaryrefslogtreecommitdiff
path: root/src/client/style/_component-search.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/style/_component-search.scss')
-rw-r--r--src/client/style/_component-search.scss11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/client/style/_component-search.scss b/src/client/style/_component-search.scss
index d819e6f..51d6b4a 100644
--- a/src/client/style/_component-search.scss
+++ b/src/client/style/_component-search.scss
@@ -1,6 +1,13 @@
.search {
- border-radius: 2px;
- background-color: white;
+ height: 54px;
+ position: relative;
+
+ &-overflow {
+ border-radius: 2px;
+ background-color: white;
+ position: absolute;
+ width: 100%;
+ }
&--has-focus {
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);