mirror of
https://github.com/apache/superset.git
synced 2026-05-12 11:25:56 +00:00
Changed top overflow for charts. (#11579)
This commit is contained in:
@@ -45,6 +45,7 @@ const propTypes = {
|
||||
const Styles = styled.div`
|
||||
height: 100%;
|
||||
max-height: 100%;
|
||||
overflow: auto;
|
||||
.remove-alert {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@@ -59,7 +59,6 @@ const propTypes = {
|
||||
const Styles = styled.div`
|
||||
height: ${({ height }) => height};
|
||||
min-height: ${({ height }) => height};
|
||||
overflow: hidden;
|
||||
text-align: left;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
|
||||
@@ -54,6 +54,7 @@ const getHotKeys = () =>
|
||||
|
||||
const Styles = styled.div`
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
padding-bottom: ${({ theme }) => 2 * theme.gridUnit}px;
|
||||
|
||||
Reference in New Issue
Block a user