Need to create custom select and options elements in my Vue app (add icon to every option, change height, bg and so on),
that's why decided to build it with simple divs.
But the problem is, if we use absolte and relative - options always open in the same place.
What is the best option to set direction of opening according to free viewport space (what select tag can do)?