Open katmatt opened 7 years ago
When we released the latest sunrise theme and started to use it in sunrise-java, we realized that the wishlist css class didn't use position:fixed and that we additionally should put it in front of all other elements with z-index: 1000.
position:fixed
z-index: 1000
When we released the latest sunrise theme and started to use it in sunrise-java, we realized that the wishlist css class didn't use
position:fixed
and that we additionally should put it in front of all other elements withz-index: 1000
.