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.

This commit is contained in:
Richard Thier 2020-03-06 14:25:48 +01:00
parent 34e3c4b5c8
commit c2ff06cdcc

View File

@ -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) */