You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I displayed some stuff in a scrollable. I added a dropdown for each item in the list that adds the option to do edits. It opens a dropdown left next to the item.
It works fine if the item is always visible. But if it is a item that I first need to scroll to, the popup is at first visible and for each item it gets further down until it is invisible.
I do not have a minimal code example at the moment.
The text was updated successfully, but these errors were encountered:
You can reproduce it when you scale the window vertically. If you make it smaller then the content of the column and you scroll the overlay stays at the original place but the underlay moves.
If you make the window vertically small enough that the overlay disappears, you can still view the overlay when scrolling but the underlay stays invisible.
I think the issue relies in the dropdown not being aware of the position on the screen but only the one in the large scrollable area.
I displayed some stuff in a scrollable. I added a dropdown for each item in the list that adds the option to do edits. It opens a dropdown left next to the item.
It works fine if the item is always visible. But if it is a item that I first need to scroll to, the popup is at first visible and for each item it gets further down until it is invisible.
I do not have a minimal code example at the moment.
The text was updated successfully, but these errors were encountered: