File tree 2 files changed +11
-3
lines changed 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,10 @@ <h1>Single Expansion Panel</h1>
5
5
< mat-panel-description > This is a panel description.</ mat-panel-description >
6
6
< mat-panel-title > Panel Title</ mat-panel-title >
7
7
</ mat-expansion-panel-header >
8
+
8
9
This is the content text that makes sense here.
10
+ < mat-checkbox > Trigger a ripple</ mat-checkbox >
11
+
9
12
< mat-action-row >
10
13
< button mat-button (click) ="myPanel.expanded = false "> CANCEL</ button >
11
14
< button mat-button > SAVE</ button >
Original file line number Diff line number Diff line change 11
11
}
12
12
13
13
.mat-expansion-panel-content {
14
- overflow : hidden ;
14
+ .mat-expanded & {
15
+ overflow : visible ;
16
+ }
17
+
18
+ & , & .ng-animating {
19
+ overflow : hidden ;
20
+ }
15
21
}
16
22
17
23
.mat-expansion-panel-body {
18
- margin : 0 24px 16px ;
19
- overflow : auto ;
24
+ padding : 0 24px 16px ;
20
25
}
21
26
22
27
.mat-expansion-panel-spacing {
You can’t perform that action at this time.
0 commit comments