Issues with mx-dialog in a Long List View

0
I have a long list view that includes a Delete icon used to remove an item with a delete action. When scrolling farther down the list and attempting to delete an entry, the confirmation dialog is not rendered in the browser and it is not possible to perform any other action because the browser data is grayed out. I have experimented with the CSS but cannot seem to get it to render consistently on screen without having to scroll to it if it is even displayed at all.  
asked
2 answers
0

Hi Robert, This might be is due to user role mapping 

Please check whether the logged in user in this page has the access to the delete the object by navigating to delete microflow or in entity level see the model role has access to delete 

answered
0

You have to add CSS to keep Model PopUp fixed position to the screen.

 

Please Use 

position: fixed;
answered