From dff29625d78f0922bd1b810f08a5573d0c03200a Mon Sep 17 00:00:00 2001 From: brian treese Date: Fri, 29 Sep 2017 14:34:06 -0700 Subject: [PATCH] fix issues with embed mode --- src/app/app.component.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 867a01f8..73a9be21 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -45,7 +45,7 @@ import { fuzzySearch } from './shared/fuzzy-search.function'; max-height: 100vh; padding-top: 10px; position: absolute; - transform: translate(-50%, -110%); + transform: translate(-50%, -120%); transition: transform ease 100ms; width: 376px; z-index: 9999999999999; @@ -268,7 +268,7 @@ import { fuzzySearch } from './shared/fuzzy-search.function'; `], template: `
-
+
-
+

@@ -309,7 +309,7 @@ import { fuzzySearch } from './shared/fuzzy-search.function';

- +