Skip to content

Commit df5c8e2

Browse files
authoredFeb 21, 2023
fix(card): border radius does not overflow on paint in Safari (#26539)
Resolves #26529
1 parent bb52420 commit df5c8e2

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed
 

Diff for: ‎core/src/components/card/card.scss

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121

2222
font-family: $font-family-base;
2323

24+
contain: content;
25+
2426
overflow: hidden;
2527
}
2628

0 commit comments

Comments
 (0)
Please sign in to comment.