Skip to content

Commit

Permalink
feat(addon-mobile): SheetDialog content inherit border-radius (#10320)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlufy authored Feb 6, 2025
1 parent b72c9c4 commit b52e9da
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
position: relative;
isolation: isolate;
padding-block-end: calc(1.5rem + env(safe-area-inset-bottom));
border-radius: inherit;

&::after {
content: '';
Expand Down

0 comments on commit b52e9da

Please sign in to comment.