﻿/*MatStream.Web.Assembly\wwwroot\css\syncfusion-overrides.css*/

/* ribbon: fixed height (auto) */
.ribbon-row {
    flex: 0 0 auto;
}

/*required for full-height tabs */
div.e-control.e-tab.full-height-tab .e-content,
div.e-control.e-tab.full-height-tab .e-item {
    height: 100%;
    min-height: 0;
}

.tab-fill {
    height: 100%;
}

div.e-control.e-tab.full-height-tab .e-item {
    height: 100%;
    min-height: 0;
}


