Merge pull request #1943 from 0xF013/feature/15168-context-menu-should-always-be-shown-in-the-visible-area

fix context menu should always be shown in the visible area
pull/1945/head
Alex Coles 10 years ago
commit 94b9d2698a
  1. 3
      app/assets/stylesheets/content/_context_menu.sass
  2. 2
      bower.json

@ -39,5 +39,8 @@
position: absolute
z-index: 1000
#work-package-context-menu.action-menu
position: fixed
.hascontextmenu
cursor: context-menu

@ -22,7 +22,7 @@
"jquery-migrate": "~1.2.1",
"momentjs": "~2.7.0",
"moment-timezone": "~0.2.0",
"angular-context-menu": "finnlabs/angular-context-menu#v0.1.5",
"angular-context-menu": "finnlabs/angular-context-menu#v0.1.6",
"angular-busy": "~4.0.4",
"hyperagent": "manwithtwowatches/hyperagent#v0.4.2"
},

Loading…
Cancel
Save