Skip to content

Commit a078057

Browse files
authored
Fix overflow of zoomed in plots not shown (#1763)
1 parent 7e1d50c commit a078057

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

webview/src/plots/components/styles.module.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ $gap: 20px;
4242
display: flex !important;
4343
align-items: center;
4444
justify-content: center;
45+
46+
svg {
47+
overflow: visible;
48+
}
4549
}
4650

4751
.singleViewPlotsGrid,

0 commit comments

Comments
 (0)