Skip to content

Commit

Permalink
Merge pull request #1629 from MirzaHanan/Blueprint-Modal-Corner-is-No…
Browse files Browse the repository at this point in the history
…t-Rounded

Fixed(Blueprint): Sidebar corner is not rounded
  • Loading branch information
Rassl authored Jun 10, 2024
2 parents e9bba34 + 9329a78 commit dc4ea98
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ const Wrapper = styled(Flex).attrs({
background: ${colors.BG2};
overflow: hidden;
max-height: 100vh;
border-top-left-radius: 9px;
border-bottom-left-radius: 9px;
@media (max-width: 1440px) {
max-height: 95.2vh;
Expand Down

0 comments on commit dc4ea98

Please sign in to comment.