From 19e8b98683b334827938e70cb0824a1d5f62fe18 Mon Sep 17 00:00:00 2001 From: Sarah Dayan Date: Thu, 7 May 2020 14:28:40 +0200 Subject: [PATCH] fix: fix input completion offset (#106) --- src/App.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.scss b/src/App.scss index 046d8fdb..c4113c22 100644 --- a/src/App.scss +++ b/src/App.scss @@ -109,6 +109,7 @@ .ais-SearchBox-input, .ais-SearchBox-completion { background: none; + border-bottom: 1px solid transparent; height: 100%; padding: 0 48px; position: absolute;