From 88c7e9aa0e53e949d810f3b69389553fb0276258 Mon Sep 17 00:00:00 2001 From: Mateusz Kwasniewski Date: Wed, 29 May 2024 15:00:31 +0200 Subject: [PATCH] feat: move demo to the right (#7212) --- frontend/src/component/demo/DemoTopics/DemoTopics.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/component/demo/DemoTopics/DemoTopics.tsx b/frontend/src/component/demo/DemoTopics/DemoTopics.tsx index c1c6552e55..7f50086b10 100644 --- a/frontend/src/component/demo/DemoTopics/DemoTopics.tsx +++ b/frontend/src/component/demo/DemoTopics/DemoTopics.tsx @@ -19,7 +19,7 @@ import { ReactComponent as StarsIcon } from 'assets/img/stars.svg'; const StyledAccordion = styled(Accordion)(({ theme }) => ({ position: 'fixed', bottom: 0, - left: 0, + right: 0, width: '100%', maxWidth: theme.spacing(30), zIndex: theme.zIndex.sticky,