.webix_view.webix_toolbar.MyToolbar .webix_layout_toolbar {
background: black;
height : 50px;
}
Works for the color but not the height. What is wrong ?
.webix_view.webix_toolbar.MyToolbar .webix_layout_toolbar {
background: black;
height : 50px;
}
Works for the color but not the height. What is wrong ?
The height of component must be define in the js configuration
{ view:"toolbar", height:40,