When attaching toolbar lines are hidden left and right, and worse when attach menu …
Something can be done for clear and smooth view ?
When attaching toolbar lines are hidden left and right, and worse when attach menu …
Something can be done for clear and smooth view ?
Hi
please add the following css
.dhxlayout_base_dhx_terrace div.dhx_cell_layout div.dhx_cell_toolbar_def {
border-right-width: 1px!important;
border-left-width: 1px!important;
}
.dhxwins_vp_dhx_terrace div.dhxwin_active div.dhx_cell_wins div.dhx_cell_toolbar_def, .dhxwins_vp_dhx_terrace div.dhxwin_inactive div.dhx_cell_wins div.dhx_cell_toolbar_def {
border-width: 1;
}
that worked for me