sydcanem / bootstrap-contextmenu

Context menu plugin for Twitter's Bootstrap framework
http://sydcanem.com/bootstrap-contextmenu/
645 stars 193 forks source link

Menu position should probably be "fixed" instead of "absolute" #12

Closed JohnnyBurbank closed 11 years ago

JohnnyBurbank commented 11 years ago

Using "absolute" position for the location of the menu drop-down will put the position absolutely relative to any parent divs whose position has been set to "relative". "Fixed" position ignores any parents. Looks like line 96 is where this would be changed. Thx.

sydcanem commented 11 years ago

Thanks for the heads up on the issue with relatively positioned parent.

evect commented 9 years ago

Thanks !