Skip to content

Commit

Permalink
Fix overflow of zoomed in plots not shown
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephanie Roy committed May 24, 2022
1 parent b91ffed commit 6ce64a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webview/src/plots/components/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ $gap: 20px;
display: flex !important;
align-items: center;
justify-content: center;

svg {
overflow: visible;
}
}

.singleViewPlotsGrid,
Expand Down

0 comments on commit 6ce64a8

Please sign in to comment.