Fix hover on gif thumbnails (#6991)
This commit is contained in:
parent
529ad258fe
commit
5c5d82ee83
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue