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 authored and shilman committed Jul 26, 2022
1 parent f3962b3 commit 314ae49
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 314ae49

Please sign in to comment.