Topic: Autonav disappears if mouse over embedded Juicebox gallery [SOLVED]
I have a problem with the Header Autonav on pages where I embed with a HTML block a Juicebox gallery.
If I want to select a Autonav menu, which lies over the embedded gallery, the Autonav menu closes. (in the attached screenshot, the menu would close if mouse is over "Bilder 2017")
To me it looks like a z-index issue.
How to fix this issue?
The Juicebox gallery is embedded with following code (as proposed by Juicebox):
<!--START JUICEBOX EMBED-->
<script src="/galleries/bilder2018/jbcore/juicebox.js"></script>
<script>
new juicebox({
baseUrl : "/galleries/bilder2018/",
containerId : "juicebox-container",
galleryWidth : "100%",
galleryHeight : "100%",
backgroundColor: "#262626"
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->
Thanks alot and kind regards
Steph