We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2bd2ef commit ad45468Copy full SHA for ad45468
autocomplete/index.html
@@ -24,9 +24,9 @@
24
@media screen and (max-width: 480px){
25
.wrapper { padding: 20px 10px 0; }
26
.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; }
+ .ac-list-container { top: 80px; left: 10px; right: 10px; bottom: 0; max-height: 600px; -webkit-overflow-scrolling: touch; }
28
.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; }
+ .ac-focus .ac-input { margin: 20px 0 0 10px; }
30
}
31
32
@media screen and (min-width: 481px){
0 commit comments