From c205d697df701e374fe81b268f819533b6db0ce1 Mon Sep 17 00:00:00 2001 From: bwh-rl Date: Tue, 8 Mar 2016 15:08:40 +0100 Subject: [PATCH] Added border-radius: inherit; to the #sizedImgDiv When the iron-image gets border-radius the #sizedImgDiv overlaps the iron-image. Let the #sizedImgDiv inherit the border radius prevents this. --- iron-image.html | 1 + 1 file changed, 1 insertion(+) diff --git a/iron-image.html b/iron-image.html index bf774d6..57182ac 100644 --- a/iron-image.html +++ b/iron-image.html @@ -82,6 +82,7 @@ @apply(--layout-fit); display: none; + border-radius: inherit; } #img {