Skip to content

Commit ad45468

Browse files
committed
autocomplete: fixed
1 parent d2bd2ef commit ad45468

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autocomplete/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
@media screen and (max-width: 480px){
2525
.wrapper { padding: 20px 10px 0; }
2626
.code { max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
27-
.ac-list-container { top: 120px; left: 10px; right: 10px; bottom: 0; max-height: 300px; -webkit-overflow-scrolling: touch; }
27+
.ac-list-container { top: 80px; left: 10px; right: 10px; bottom: 0; max-height: 600px; -webkit-overflow-scrolling: touch; }
2828
.ac-focus { position: absolute; top: 0 ; left: 0; right: 0; bottom: 0; background-color: #fff; }
29-
.ac-focus .ac-input { margin: 60px 0 0 10px; }
29+
.ac-focus .ac-input { margin: 20px 0 0 10px; }
3030
}
3131

3232
@media screen and (min-width: 481px){

0 commit comments

Comments
 (0)