Fix media gallery border-radius on Safari
This commit is contained in:
parent
bab64a98af
commit
11b48dbd55
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
border-radius: 10px;
|
||||
isolation: isolate;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
|
|
Loading…
Reference in a new issue