From c2ff06cdcca7b348df3661425d5817e02a953cf8 Mon Sep 17 00:00:00 2001 From: Richard Thier Date: Fri, 6 Mar 2020 14:25:48 +0100 Subject: [PATCH] Added overflow: hidden to polaroid link containers or the image. Should not take effect unless some browsers prefer min-width OVER max-width in precedence. Only added for bullet-proofing behaviour is same everywhere. --- prosopopee/themes/exposure/static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/prosopopee/themes/exposure/static/css/style.css b/prosopopee/themes/exposure/static/css/style.css index 8ca8e0b..f7b9992 100644 --- a/prosopopee/themes/exposure/static/css/style.css +++ b/prosopopee/themes/exposure/static/css/style.css @@ -576,6 +576,7 @@ a.polaroid { -webkit-transition: width 1s, height 1s, -webkit-transform 1s; -o-transition: width 1s, height 1s,-o-transform 1s; text-align: center; + overflow: hidden; /*Bullet-proofing*/ } /* Remove rotation and make it visible (z-index) */