Fix hover on gif thumbnails (#6991)

This commit is contained in:
saltrafael 2021-08-31 13:40:59 -03:00 committed by GitHub
parent 529ad258fe
commit 5c5d82ee83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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