From e707088706b56149a2a810cb190fe9f7244c81ca Mon Sep 17 00:00:00 2001 From: Aaron Axvig Date: Wed, 29 Jul 2026 10:12:17 -0500 Subject: [PATCH] Scatterplot can get bigger --- web/styles.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/web/styles.css b/web/styles.css index c5f0fdc..5cdc19f 100644 --- a/web/styles.css +++ b/web/styles.css @@ -268,7 +268,7 @@ li:hover { } .statistics-container { - width: min(900px, calc(100% - 40px)); + width: min(1800px, calc(100% - 40px)); margin: 0 auto; padding: 28px 0 48px; } @@ -333,13 +333,12 @@ li:hover { .issue-plot-frame { position: relative; - min-height: 460px; } #issue-plot-canvas { display: block; width: 100%; - height: 460px; + height: max(460px, calc(100vh - 260px)); } .issue-plot-tooltip {