clu3 / bootstro.js

Tiny JS library using bootstrap's popovers to help guide your users around your website
http://clu3.github.io/bootstro.js/
MIT License
1.33k stars 235 forks source link

Popup is not over the bootstro background #50

Closed pihomeserver closed 7 years ago

pihomeserver commented 10 years ago

Hello all, I configured bootstro to work with a json file in my bootstrap site (using sb admin 2 theme). I can launch it but the popups are displayed behind the bootstro background (black with 50% transparency) If i use keys i can change to next or previous step but with the mouse a click closes all. A z-index issue ? Thanks (and great job)

clu3 commented 10 years ago

Could u give me a jsfiddle pls @pihomeserver thanks

pihomeserver commented 10 years ago

Hi, Thanks for the answer. I include many CSS and JS so don't know how to do that with jsfiddle. I uploaded all files from local to my own server but now bootstro does not start any more without any error message ... If you want you can have a look at http://demos.pihomeserver.fr/logger/index.php?tripId=0 The tour should start if you click on the question mark in the upper right corner. Here nothing. On my local server (Mac OS/Apache) i have the follow view : raspberry_pi_data_recorder Like i said, the binding of keys works that's how i was able to get the step 2 of 3 I also use a json load

ericpeters0n commented 10 years ago

Seeing a similar behavior... will see if I can reduce to a fiddle.

manjunathcse commented 7 years ago

Hi pihomeserver, I have observed similar issue in chrome browser. As per my analysis, removing the css property 'z-index:1' from the class 'navbar-static-side' should resolve this issue. Please find the below screenshot for reference. Do let me know if this helped. capture

pihomeserver commented 7 years ago

Thanks for help after a so long time :-)