From b16dbb90965289c15237b552106d5c59e5041474 Mon Sep 17 00:00:00 2001 From: CanadaHonk <19228318+CanadaHonk@users.noreply.github.com> Date: Mon, 18 Sep 2023 22:26:51 +0100 Subject: [PATCH] Fix select all test checkboxes not scrolling properly Previously, select all checkboxes in the tests tab would always stay on the same position on screen due to a missing positive relative. --- ui/push-health/Test.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/push-health/Test.jsx b/ui/push-health/Test.jsx index 4ea43defe..78af12f73 100644 --- a/ui/push-health/Test.jsx +++ b/ui/push-health/Test.jsx @@ -326,7 +326,7 @@ class Test extends PureComponent { -