pop-up issue

Currently I am facing below issue - when I click on list item → opens full screen but I want pop-up should open below to the list box.
Please help how do We do in Wix?

What opens full screen? A modal window? A lightbox?

modal window and its overriding list box. I want model window or pop-up window should open bottom of list item selected(screenshot attached).

How do we achieve this in WIX?

I see. Well then you don’t want to use a modal window, you want to embed a webpage in an HTML frame instead. You can set it to be collapsed on load and use Corvid to expand it once you click on some button, then use scrollTo from the wix-window API.

Could you please share code for the same