Hi, The selectbutton of the Toolbar in the Popup will float below the Popup after clicking. How can I set it to the top?
Please, try to add the following css:
.dhx_menu{
z-index: 2147483647;
}
Hi, The selectbutton of the Toolbar in the Popup will float below the Popup after clicking. How can I set it to the top?
Please, try to add the following css:
.dhx_menu{
z-index: 2147483647;
}