From 7c770a62277f6d464969b1c08ff64c486a5d3223 Mon Sep 17 00:00:00 2001 From: Liana Husikyan Date: Tue, 23 Jul 2019 13:29:36 +0200 Subject: [PATCH] autocomplete style --- src/app/ui/styles/auto-complete-popup-styles.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/app/ui/styles/auto-complete-popup-styles.js b/src/app/ui/styles/auto-complete-popup-styles.js index 1d99d937a1..114cbce501 100644 --- a/src/app/ui/styles/auto-complete-popup-styles.js +++ b/src/app/ui/styles/auto-complete-popup-styles.js @@ -5,13 +5,15 @@ var css = csjs` position : absolute; text-align : left; display : none; - width : 100%; + width : 95%; font-family : monospace; - font-size : 10px; + background-color : var(--secondary); overflow : auto; padding-bottom : 13px; - z-index : 2; - bottom : 1.7em; + z-index : 80; + bottom : 1em; + border-width : 4px; + left : 2em; } .autoCompleteItem {