Skip to content

Commit

Permalink
Fix overflow hidden issues in Dashboard Builder tabs (apache#11691)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje authored and auxten committed Nov 20, 2020
1 parent b507e12 commit 66a8249
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,14 @@ const StyledTabsContainer = styled.div`
top: ${({ theme }) => theme.gridUnit * 2}px;
}
.ant-tabs {
overflow: visible;
.ant-tabs-content-holder {
overflow: visible;
}
}
div .ant-tabs-tab-btn {
text-transform: none;
}
Expand Down

0 comments on commit 66a8249

Please sign in to comment.