1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-14 00:19:16 +01:00

feat: move demo to the right (#7212)

This commit is contained in:
Mateusz Kwasniewski 2024-05-29 15:00:31 +02:00 committed by GitHub
parent 9801bf69b3
commit 88c7e9aa0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ import { ReactComponent as StarsIcon } from 'assets/img/stars.svg';
const StyledAccordion = styled(Accordion)(({ theme }) => ({ const StyledAccordion = styled(Accordion)(({ theme }) => ({
position: 'fixed', position: 'fixed',
bottom: 0, bottom: 0,
left: 0, right: 0,
width: '100%', width: '100%',
maxWidth: theme.spacing(30), maxWidth: theme.spacing(30),
zIndex: theme.zIndex.sticky, zIndex: theme.zIndex.sticky,