HTML object tag over Bootstrap 3 modal -


i'm using scriptcam.js embed webcam capture in webpage.

when open bootstrap modal modal appear under webcam object.

enter image description here

this code generated scriptcam.js load webcam capture flash object.

enter image description here

i'm trying play z-index it's not working.

can have idea on how fix this.

you can set z-index of modal , video follows:

for video --> z-index: 3040;
modal --> z-index: 3050;

if doesn't work, try increasing z-index modal.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -