/* Shared (non-scoped) InfoPanel styles.
   Kept in module wwwroot so it can be referenced once via _content/VenDoc.Module.Blazor/... */

.vd-infopanel-pane {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    min-height: 0;
}

.vd-infopanel-pane .nested-toolbar {
    flex: 0 0 auto;
    min-height: 32px;
}

.vd-infopanel-pane .nested-content {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.vd-infopanel-pane .nested-toolbar .dxbl-toolbar {
    height: auto;
    min-height: 32px;
    display: block;
}
