Commit 73e556e
committed
fix(material/expansion): panel content visible when placed inside a hidden parent (#27438)
The expansion panel was setting `visibility: visible` on the content which meant that it would be visible when placed inside of a parent that is `visibility: hidden`.
These changes resolve the issue by clear the `visibility` instead.
Fixes #27436.
(cherry picked from commit fd04721)1 parent 26623e2 commit 73e556e
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| |||
0 commit comments