Skip to content

Commit

Permalink
Merge pull request #18479 from storybookjs/fix/skip-to-sidebar-button
Browse files Browse the repository at this point in the history
fix: display skip to sidebar button
  • Loading branch information
ndelangen committed Jun 15, 2022
2 parents ce27a4f + 3858015 commit 15ce29a
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 15ce29a

Please sign in to comment.