[29142] Fix Edge click handling by using pointer-events

Disable pointer events on context-menu--overlay since it spans the entire body and EDGE doesn't like it.

https://community.openproject.com/wp/29142
pull/6894/head
Oliver Günther 6 years ago
parent 98a412e2b2
commit 823cf8dea0
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 8
      app/assets/stylesheets/content/_context_menu.sass

@ -34,6 +34,14 @@
height: 100%
display: none
// Disable pointer events on this element
// since it spans the entire body
// and EDGE doesn't like it.
pointer-events: none
.dropdown
pointer-events: initial
#work-package-context-menu, #column-context-menu
&.action-menu
position: absolute

Loading…
Cancel
Save