Hi,
My profile menu gets hidden behind datagrid.
How can I bring it to front.
Kindly guide
Hi,
My profile menu gets hidden behind datagrid.
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
Maybe this one helps as well