Skip to content

Commit b10af31

Browse files
author
Leandro Georges
committed
making tooltip open over the autocomplete.
1 parent 92ed04a commit b10af31

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

paper-input-autocomplete-chips.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,11 @@
7575
paper-material.autocomplete-suggestion-container {
7676
left:0;
7777
right:0;
78+
bottom: 45px;
7879
position: absolute;
7980
z-index: 10;
81+
max-height: 180px;
82+
overflow-y: scroll;
8083
}
8184
paper-material.autocomplete-suggestion-container paper-item{
8285
cursor: pointer;

0 commit comments

Comments
 (0)