/* Force all dbc.Tab content to be measurable */
.tab-content > .tab-pane,
.dash-bootstrap .tab-content > .tab-pane {
    display: block !important;
    position: absolute;
    visibility: hidden;
    width: 100%;
}

.tab-content > .tab-pane.active,
.dash-bootstrap .tab-content > .tab-pane.active {
    position: relative;
    visibility: visible;
}