From ed09d54cad78cb099554e289da2685f066557533 Mon Sep 17 00:00:00 2001 From: Nick Diehl <47604184+ncdiehl11@users.noreply.github.com> Date: Fri, 10 May 2024 15:52:36 -0400 Subject: [PATCH] fix(app): fix scrollbar style on LPC results table on ODD (#15164) Closes RQA-2529 --- .../LabwarePositionCheck/ResultsSummary.tsx | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/app/src/organisms/LabwarePositionCheck/ResultsSummary.tsx b/app/src/organisms/LabwarePositionCheck/ResultsSummary.tsx index 4bd2db88921..5b971940910 100644 --- a/app/src/organisms/LabwarePositionCheck/ResultsSummary.tsx +++ b/app/src/organisms/LabwarePositionCheck/ResultsSummary.tsx @@ -1,5 +1,5 @@ import * as React from 'react' -import styled from 'styled-components' +import styled, { css } from 'styled-components' import { useSelector } from 'react-redux' import isEqual from 'lodash/isEqual' import { useTranslation } from 'react-i18next' @@ -25,6 +25,7 @@ import { JUSTIFY_SPACE_BETWEEN, LocationIcon, MODULE_ICON_NAME_BY_TYPE, + OVERFLOW_AUTO, PrimaryButton, RESPONSIVENESS, SPACING, @@ -155,7 +156,17 @@ export const ResultsSummary = (
{t('new_labware_offset_data')}
{isLabwareOffsetCodeSnippetsOn ? (