Skip to content

Commit

Permalink
Merge pull request #29523 from storybookjs/fix-file-search-modal-box-…
Browse files Browse the repository at this point in the history
…shadow

Core: Prevent clipping box shadow on file search modal
  • Loading branch information
ghengeveld authored Nov 4, 2024
2 parents 18aaf10 + 909297a commit d5c3095
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 d5c3095

Please sign in to comment.