From 47e283751282b14747f01817e62e864e98b0e823 Mon Sep 17 00:00:00 2001 From: "Bhatnagar, Kshitij" Date: Tue, 27 Aug 2024 14:51:58 +0530 Subject: [PATCH 1/2] Zooming in and out after switching radar tabs, UI break fixed --- src/graphing/components/quadrants.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/graphing/components/quadrants.js b/src/graphing/components/quadrants.js index da97fb283..9b5428810 100644 --- a/src/graphing/components/quadrants.js +++ b/src/graphing/components/quadrants.js @@ -87,10 +87,6 @@ function selectRadarQuadrant(order, startAngle, name) { .style('right', translateLeftRightValues[order].right) .style('box-sizing', 'border-box') - if (window.innerWidth < uiConfig.tabletViewWidth) { - svg.style('margin', 'unset') - } - svg .attr('transform', `scale(${scale})`) .style('transform', `scale(${scale})`) From 19d8db90a17a851a1e5742f15264dfdb44f9d832 Mon Sep 17 00:00:00 2001 From: "Bhatnagar, Kshitij" Date: Tue, 27 Aug 2024 15:11:53 +0530 Subject: [PATCH 2/2] Footer appearing behind the radar after zooming out, fixed --- src/stylesheets/_quadrants.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/stylesheets/_quadrants.scss b/src/stylesheets/_quadrants.scss index 2afcc513b..22d82ba9e 100644 --- a/src/stylesheets/_quadrants.scss +++ b/src/stylesheets/_quadrants.scss @@ -53,7 +53,6 @@ svg#radar-plot { margin: 0 auto; transition: all 1s ease; - position: absolute; left: 0; right: 0;