From add0cb591c5cd01f98723f5b8f46e6fbd216f149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dafydd=20Ll=C5=B7r=20Pearson?= Date: Tue, 16 Apr 2024 17:06:19 +0100 Subject: [PATCH] ]fix: Add zIndex to settings to cover badge [skip pizza] --- .../src/pages/FlowEditor/components/Settings/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/editor.planx.uk/src/pages/FlowEditor/components/Settings/index.tsx b/editor.planx.uk/src/pages/FlowEditor/components/Settings/index.tsx index 46bf7a105d..42ec847356 100644 --- a/editor.planx.uk/src/pages/FlowEditor/components/Settings/index.tsx +++ b/editor.planx.uk/src/pages/FlowEditor/components/Settings/index.tsx @@ -105,6 +105,7 @@ const Root = styled(Box)(({ theme }) => ({ backgroundColor: "#f2f2f2", zIndex: 0, }, + zIndex: theme.zIndex.appBar, })); const Settings: React.FC = ({ currentTab, tabs }) => {