Hi Jonas,
We are glad to inform you that your requirement ‘toolbar with minimum height’ has been achieved at sample end itself with the below CSS. Since by default the minimum height of the toolbar is 42px, we need to use the following CSS to reduce the toolbar height less than its minimum height at sample end. Please try the following sample and get back to us if you need any further assistance.
.e-toolbar {
min-height: 10px;
}
.e-toolbar .e-toolbar-items {
min-height: 10px;
}
.e-hscroll .e-scroll-nav {
min-height: 10px;
}
.e-toolbar .e-toolbar-items .e-toolbar-item {
min-height: 10px;
}
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
height: 20px;
line-height: 20px;
}
.e-toolbar .e-tbar-btn .e-icons.e-btn-icon {
font-size: 10px;
}
.e-toolbar .e-tbar-btn .e-tbar-btn-text {
font-size: 10px;
}
e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
height: inherit;
}
.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
line-height: 20px;
min-height: 20px;
}
Regards,
Nevitha