0

Many components, such as Dialog, MenuBar, ComboBox, DatePicker, TimePicker and etc, use an ovverlay when it is opened. For example, when a menu item is clicked, menu is shown, and an overlay is added to the document. Style "pointer-events:none;" is added to body to prevent interaction.

enter image description here Is there any way to change the style "pointer-events" to "auto" ("pointer-events:auto;")? We are using Vaadin 14.

Thank you in advance.

ollitietavainen
  • 3,900
  • 13
  • 30
aha
  • 33
  • 4
  • Does this answer your question? [How to change/override property pointer-event in a Vaadin dialog](https://stackoverflow.com/questions/76406281/how-to-change-override-property-pointer-event-in-a-vaadin-dialog) – cfrick Jun 09 '23 at 14:19
  • This is a more generic question. We are looking for generic solution. – aha Jun 09 '23 at 15:25
  • It would help to get answer to your question if you would explain why? What you are trying to achieve with this? – Tatu Lund Jun 11 '23 at 03:41
  • There's an open enhancement ticket here: https://github.com/vaadin/web-components/issues/5417 – ollitietavainen Jun 12 '23 at 09:29

0 Answers0