Skip to content

Commit 9e1ca4c

Browse files
committed
Fix main plot element positioning
flexbox positioning of svg plot was creating window resizing/responsiveness issues and misalignment of the tooltip
1 parent 416f4b4 commit 9e1ca4c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
display: flex;
33
flex-flow: row nowrap;
44
justify-content: space-between;
5+
align-items: flex-start;
56
margin-top: 10px;
67
}
78

0 commit comments

Comments
 (0)