diff --git a/paper-typeahead-input.html b/paper-typeahead-input.html index 1fd4f8a..dfe60cf 100755 --- a/paper-typeahead-input.html +++ b/paper-typeahead-input.html @@ -45,15 +45,18 @@ display: block; box-sizing: border-box; } + paper-material{ left:0; right:0; position: absolute; - z-index: 10; + z-index: 10; } + paper-item{ cursor: pointer; } + .iron-selected{ background: #E0E0E0; } @@ -61,19 +64,20 @@