Fix hover on gif thumbnails #6991

Merged
saltrafael merged 1 commit from hover-fix into master 2021-08-31 18:40:59 +02:00

View file

@ -6,8 +6,7 @@ $transition-duration: 300ms;
// Classnames must line up with classes in classes.js // Classnames must line up with classes in classes.js
.ff-container { .ff-container {
display: inline-block; position: absolute;
position: relative;
.ff-image { .ff-image {
z-index: $base-zindex; z-index: $base-zindex;