fuxingloh / vue-masonry-wall

A pure vue responsive masonry layout without direct dom manipulation and ssr support.
https://nuxt-app.fuxing.dev/vue-masonry-wall
MIT License
211 stars 31 forks source link

masonry-bottom div blocks content from interacation #21

Closed hackathi closed 3 years ago

hackathi commented 3 years ago

Hi,

first of all: thank you for your library!

During testing, I found that the masonry-bottom div blocks user interaction with the contents of the main masonry item. To fix this, I added z-indexdirectives in my style, fixing a z-index of 3 for .masonry-item and a z-index of 1 for .masonry-bottom.

Because reasons, I am currently unable to submit a PR, but I thought I'd let you know.

fuxingloh commented 3 years ago

Many thanks, I added z-index: -1 for masonry-bottom instead.