diff --git a/superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx b/superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx index 222dd55902..02f4cfd6f8 100644 --- a/superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx +++ b/superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx @@ -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; }