vue-at icon indicating copy to clipboard operation
vue-at copied to clipboard

More control over the panel

Open Bentipe opened this issue 6 years ago • 2 comments

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 avatar Feb 21 '19 17:02 Bentipe

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.

Bentipe avatar Feb 25 '19 09:02 Bentipe

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

fritx avatar Feb 26 '19 02:02 fritx