Revert "Adjust tab containers height"

This reverts commit 65e223fe84.
This commit is contained in:
arunvjn 2021-09-01 16:42:12 +05:30
parent 6e35b1a9bc
commit 558e333526

View File

@ -26,7 +26,7 @@ const TabsWrapper = styled.div<{
height: 100%;
}
.react-tabs__tab-panel {
height: calc(100% - 36px);
height: 100%;
overflow: auto;
}
.react-tabs__tab-list {