Changed top overflow for charts. (#11579)

This commit is contained in:
Kasia Kucharczyk
2020-11-05 20:35:41 +01:00
committed by GitHub
parent 094360392b
commit 091432ea8e
3 changed files with 2 additions and 1 deletions

View File

@@ -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%;