0

overrides for enabling scrolling inside tabs

This commit is contained in:
t1enne 2022-10-20 21:53:31 +02:00
parent f603979ad9
commit 283d6ce081

View File

@ -152,6 +152,21 @@
} }
} }
} }
.ant-tabs {
height: 100%;
.ant-tabs-content-holder {
height: 100%;
}
.ant-tabs-content {
height: 100% !important;
overflow: scroll;
.ant-tabs-tabpane-active {
height: 100%;
}
}
}
.ant-tabs-ink-bar { .ant-tabs-ink-bar {
background-color: var(--theme-color-action); background-color: var(--theme-color-action);
} }