Notifications
Clear all
Bugs and display issues
2
Posts
1
Users
0
Reactions
19
Views
Dec 12, 2024 12:14 am

As seen on the picture, the Sort / selection could not be overlayed by the menu.
the picture is taken from the demo version.
1 Reply
Dec 12, 2024 12:21 am
}
.list td {
/* position: relative !important;*/
in staff_mobile.css changes the behaviour, but destroys the ticket view.
Dec 12, 2024 6:08 pm
.list td:first-child {
z-index: 1;
}