Skip to content

Commit

Permalink
fix: display skip to sidebar button
Browse files Browse the repository at this point in the history
  • Loading branch information
darleendenno committed Jun 14, 2022
1 parent 33bf40e commit 3858015
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ui/src/components/preview/FramesRenderer.tsx
Expand Up @@ -20,6 +20,7 @@ const SkipToSidebarLink = styled(Button)(({ theme }) => ({
display: 'none',
'@media (min-width: 600px)': {
position: 'absolute',
display: 'block',
top: 10,
right: 15,
padding: '10px 15px',
Expand Down

0 comments on commit 3858015

Please sign in to comment.