From 9c9722e0e150006a6e7ab0d86e0340564b2ae959 Mon Sep 17 00:00:00 2001 From: Caroline Horn <549577+cchaos@users.noreply.github.com> Date: Wed, 28 Oct 2020 12:50:50 -0400 Subject: [PATCH] [EuiButtonGroup] Fix position for EuiScreenReaderOnly (#4189) * [EuiButtonGroup] Fix position for EuiScreenReaderOnly * cl * Update src/components/button/button_group/_button_group.scss Co-authored-by: Greg Thompson Co-authored-by: Greg Thompson --- src/components/button/button_group/_button_group.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/button/button_group/_button_group.scss b/src/components/button/button_group/_button_group.scss index 4057b07151b3..5b64aff96fc8 100644 --- a/src/components/button/button_group/_button_group.scss +++ b/src/components/button/button_group/_button_group.scss @@ -1,6 +1,7 @@ .euiButtonGroup { display: inline-block; max-width: 100%; + position: relative; // Ensures the EuiScreenReaderOnly component is positioned relative to this component } .euiButtonGroup--fullWidth {