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.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/style/_component-search.scss b/src/client/style/_component-search.scss
index cac1ae3..d819e6f 100644
--- a/src/client/style/_component-search.scss
+++ b/src/client/style/_component-search.scss
@@ -35,6 +35,11 @@
}
}
+ &__results {
+ transition: 0.1s ease-in-out min-height;
+ overflow: hidden;
+ }
+
&__result {
display: flex;