autocomplete style

pull/1/head
Liana Husikyan 5 years ago committed by GitHub
parent 14d14a0ac4
commit 7c770a6227
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      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 {

Loading…
Cancel
Save