Commit 6009a9d63307afc41c426db53dc5b013fea97d24
Committed by
Rodrigo Souto
1 parent
e7f683ea
Exists in
master
and in
28 other branches
Fixing z-index of product star
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
public/stylesheets/application.css
@@ -6300,5 +6300,5 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img { | @@ -6300,5 +6300,5 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img { | ||
6300 | position: absolute; | 6300 | position: absolute; |
6301 | top: 2px; | 6301 | top: 2px; |
6302 | right: 2px; | 6302 | right: 2px; |
6303 | - z-index: 10; | 6303 | + z-index: 1; |
6304 | } | 6304 | } |