From 66459b5f5b1681cd200691326cbac73fffcfdcd4 Mon Sep 17 00:00:00 2001 From: Ryan Miller Date: Wed, 21 Feb 2024 17:18:32 +1100 Subject: [PATCH] fix: add relative style point for radio button label absolute to reference --- ts/components/basic/SessionRadio.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/components/basic/SessionRadio.tsx b/ts/components/basic/SessionRadio.tsx index aa5dc586a..600743fb5 100644 --- a/ts/components/basic/SessionRadio.tsx +++ b/ts/components/basic/SessionRadio.tsx @@ -87,7 +87,7 @@ export const SessionRadio = (props: SessionRadioProps) => { container={true} flexDirection={radioPosition === 'left' ? 'row' : 'row-reverse'} justifyContent={radioPosition === 'left' ? 'flex-start' : 'flex-end'} - style={style} + style={{ ...style, position: 'relative' }} >