mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 10:41:13 +08:00
fix(card): border radius does not overflow on paint in Safari (#26539)
Resolves #26529
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
Binary file not shown.
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
@ -21,6 +21,8 @@
|
||||
|
||||
font-family: $font-family-base;
|
||||
|
||||
contain: content;
|
||||
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user