lukasz-galka / ngx-gallery

Angular image gallery plugin

Home Page:https://lukasz-galka.github.io/ngx-gallery-demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

z-index is too high

swaxtic opened this issue · comments

I tried to use this library on my Project with nav bar, but the image is displayed above nav bar. See screenshot below

Screenshot at Nov 27 20-52-27

I tried to find the z-index value in this repository. And the value is 2000. Wow

any idea to change the z-index in this library? please help me if it's possible

Solved!
just ad this to my .css file

ngx-gallery {
position: relative;
z-index: 10;
}