Skip to content

Commit

Permalink
Prevent clipping box shadow on file search modal
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Nov 4, 2024
1 parent 82f7c96 commit 909297a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const MODAL_HEIGHT = 418;
const ModalStyled = styled(Modal)(() => ({
boxShadow: 'none',
background: 'transparent',
overflow: 'visible',
}));

const ModalChild = styled.div<{ height?: number }>(({ theme, height }) => ({
Expand Down

0 comments on commit 909297a

Please sign in to comment.