mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix: Floating Menu in SQL Left Bar (#13858)
* floating table git issue * made changes * floating table git issue * made changes * long table names * floating table git issue * made changes * floating table git issue * made changes * long table names * floating table git issue * made changes * floating table git issue * made changes * long table names * table values * aligned * active key * changed to customStyle * update dropdown styles Co-authored-by: Elizabeth Thompson <eschutho@gmail.com>
This commit is contained in:
@@ -79,6 +79,13 @@ const FlexRowContainer = styled.div`
|
||||
}
|
||||
`;
|
||||
|
||||
const StyledTableTabs = styled(Tabs)`
|
||||
overflow: visible;
|
||||
.ant-tabs-content-holder {
|
||||
overflow: visible;
|
||||
}
|
||||
`;
|
||||
|
||||
const EditLockContainer = styled.div`
|
||||
font-size: ${supersetTheme.typography.sizes.s}px;
|
||||
display: flex;
|
||||
@@ -995,7 +1002,7 @@ class DatasourceEditor extends React.PureComponent {
|
||||
</>
|
||||
}
|
||||
/>
|
||||
<Tabs
|
||||
<StyledTableTabs
|
||||
fullWidth={false}
|
||||
id="table-tabs"
|
||||
data-test="edit-dataset-tabs"
|
||||
@@ -1086,7 +1093,7 @@ class DatasourceEditor extends React.PureComponent {
|
||||
</Col>
|
||||
</div>
|
||||
</Tabs.TabPane>
|
||||
</Tabs>
|
||||
</StyledTableTabs>
|
||||
</DatasourceContainer>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user