Skip to content

Commit 14751d0

Browse files
committed
Fix bad overflow in barchart
1 parent e999f04 commit 14751d0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

components/Visualization/BarChart/styles.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ $color-bar-hovered: $color-primary !default;
66
display: flex;
77
flex-direction: column;
88
flex-grow: 1;
9+
overflow-y: auto;
910
background-color: $color-foreground;
1011

1112
.content {
1213
display: flex;
1314
flex-direction: column;
15+
overflow-y: auto;
1416
flex-grow: 1;
1517

1618
:global svg {

0 commit comments

Comments
 (0)