Change z-index when hovering photo on Homepage collage
This commit is contained in:
@@ -180,6 +180,11 @@
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
// Put card in front when hovering
|
||||
&:hover {
|
||||
z-index: 13;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user