Hi
yes this issue has been resolved
just a s a side note, I had to set the z-index value to 400 as the gallery was hiding part pf the dropdown menu
So, here the correct fix
figure.ngg-figure {
z-index: 400;
}
Nevermind, i just figured it out.
In case you are running into the same problem the simply add this to your custom CSS
figure.ngg-figure {
z-index: 999;
}