mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
Changed top overflow for charts. (#11579)
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user