Profile menu hidden below grid

Hi,
My profile menu gets hidden behind datagrid.
ywAr3TeIjD

How can I bring it to front.
Kindly guide

Assign a custom class to that menu and then specify the z-index like this:

.my-menu .rz-navigation-menu {
z-index: 1000;
}

Tried but could not get it working. After doing some tinkering in CSS I could resolve the issue by setting

.rz-grid-table {
    z-index: 1;
}

I think the issue is with datagrid z-index not being set by default. Thanks for your time :slightly_smiling_face:

Maybe this one helps as well