fritx / vue-at

At.js for Vue.
https://fritx.github.io/vue-at/
MIT License
529 stars 114 forks source link

More control over the panel #90

Open Bentipe opened 5 years ago

Bentipe commented 5 years ago

How can I change the selector in order to go down instead of up? Also, how can I limit the number of elements that appear?

Bentipe commented 5 years ago

In order to solve the first question I have added the following:

.atwho-view { bottom: -155px !important; }

Overrides the style and it works, of course is not a clean fancy way of doing it.

fritx commented 5 years ago

@Bentipe thanks for using this library, would try to provide such an option later on.