.tab-pane {
    padding: 15px;
}

.tab-content {
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 12rem);
    height: calc(100vh - 12rem);
    border-top: transparent !important;
}