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:
parent
9801bf69b3
commit
88c7e9aa0e
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user