Fix media gallery border-radius on Safari

This commit is contained in:
Alex Gleason 2023-01-20 11:05:35 -06:00
parent bab64a98af
commit 11b48dbd55
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -2,6 +2,7 @@
box-sizing: border-box;
overflow: hidden;
border-radius: 10px;
isolation: isolate;
position: relative;
width: 100%;
height: auto;