mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-05-31 07:17:04 +02:00
- Get dialog contents visible in Firefox Something in how Firefox parsed or inserted the style and children caused an error: Node.insertBefore: Child to insert before is not a child of this node which caused the dialog contents to be missing from the shadow DOM. This fixes the missing contents by putting the style in using a different way.