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:
parent
34e3c4b5c8
commit
c2ff06cdcc
@ -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) */
|
||||
|
Loading…
x
Reference in New Issue
Block a user