jakiestfu / Context.js

Contextual Menus with Twitters Bootstrap.css
http://lab.jakiestfu.com/contextjs/
248 stars 62 forks source link

Increase the value of zIndex #33

Open maozexijr opened 3 years ago

maozexijr commented 3 years ago
$dd
    .css({
        top: e.pageY + 10,
        left: e.pageX - 13,
        zIndex: 999999999,
    })
    .fadeIn(options.fadeSpeed);