Skip to content

Commit 4733222

Browse files
authored
Merge pull request #13569 from calixteman/visibility
XFA - Container wrapper must take the visibility of the wrapped content
2 parents 7fa61c0 + 143d190 commit 4733222

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/xfa/html_utils.js

+1
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@ function createWrapper(node, html) {
469469
"maxHeight",
470470
"transform",
471471
"transformOrigin",
472+
"visibility",
472473
]) {
473474
if (style[key] !== undefined) {
474475
wrapper.attributes.style[key] = style[key];

0 commit comments

Comments
 (0)