Skip to content

Commit

Permalink
UI: Fix overlapping shadow of testing module on scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Dec 24, 2024
1 parent 537acf2 commit 6814085
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 6814085

Please sign in to comment.