From 6ce64a841d3993f49505c84bd269596559efc6fc Mon Sep 17 00:00:00 2001 From: Stephanie Roy Date: Tue, 24 May 2022 13:45:12 -0400 Subject: [PATCH] Fix overflow of zoomed in plots not shown --- webview/src/plots/components/styles.module.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webview/src/plots/components/styles.module.scss b/webview/src/plots/components/styles.module.scss index 0648a6e692..97525dbe9e 100644 --- a/webview/src/plots/components/styles.module.scss +++ b/webview/src/plots/components/styles.module.scss @@ -42,6 +42,10 @@ $gap: 20px; display: flex !important; align-items: center; justify-content: center; + + svg { + overflow: visible; + } } .singleViewPlotsGrid,