Skip to content

Commit

Permalink
Merge pull request #30132 from storybookjs/valentin/fix-overlapping-s…
Browse files Browse the repository at this point in the history
…hadow-on-scrollbar

UI: Fix overlapping shadow of testing module on scrollbar
  • Loading branch information
valentinpalkovic authored Dec 30, 2024
2 parents 2cb8bdb + 6814085 commit 494cdc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/core/src/manager/components/sidebar/SidebarBottom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,14 @@ const Content = styled.div(({ theme }) => ({
bottom: 0,
left: 0,
right: 0,
padding: 12,
padding: '12px 0',
margin: '0 12px',
display: 'flex',
flexDirection: 'column',
gap: 12,
color: theme.color.defaultText,
fontSize: theme.typography.size.s1,
overflow: 'hidden',

'&:empty': {
display: 'none',
Expand Down

0 comments on commit 494cdc3

Please sign in to comment.