File tree Expand file tree Collapse file tree 9 files changed +16
-3
lines changed
samples/layouts/accordion Expand file tree Collapse file tree 9 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 3535 }
3636 </style >
3737
38- <div class =" container vertical" >
38+ <div class =" container vertical scrollable " >
3939 <IgbAccordion >
4040 <IgbExpansionPanel >
4141 <h3 slot =" title" id =" categories" >@CategoryTitle </h3 >
Original file line number Diff line number Diff line change @@ -4,4 +4,8 @@ https://dl.infragistics.com/x/css//samples/
44*/
55.size-small {
66 --ig-size : var (--ig-size-small );
7+ }
8+
9+ .scrollable {
10+ overflow : auto;
711}
Original file line number Diff line number Diff line change 1313 < link href ="https://dl.infragistics.com/x/css/samples/shared.v6.css " rel ="stylesheet " />
1414 < link href ="https://dl.infragistics.com/x/css/samples/blazor.css " rel ="stylesheet " />
1515 < link href ="_content/IgniteUI.Blazor/themes/light/bootstrap.css " rel ="stylesheet " />
16+ < link href ="index.css " rel ="stylesheet " />
1617</ head >
1718
1819< body >
Original file line number Diff line number Diff line change 11@using IgniteUI .Blazor .Controls
22
33
4- <div class =" container vertical" >
4+ <div class =" container vertical scrollable " >
55 <IgbSwitch Change =" OnSwitchChange" >Single Expand</IgbSwitch >
66 <IgbAccordion SingleExpand =" @SingleExpand" >
77 <IgbExpansionPanel >
Original file line number Diff line number Diff line change 1+ .scrollable {
2+ overflow : auto;
3+ }
Original file line number Diff line number Diff line change 1313 < link href ="https://dl.infragistics.com/x/css/samples/shared.v6.css " rel ="stylesheet " />
1414 < link href ="https://dl.infragistics.com/x/css/samples/blazor.css " rel ="stylesheet " />
1515 < link href ="_content/IgniteUI.Blazor/themes/light/bootstrap.css " rel ="stylesheet " />
16+ < link href ="index.css " rel ="stylesheet " />
1617</ head >
1718
1819< body >
Original file line number Diff line number Diff line change 11@using IgniteUI .Blazor .Controls
22
33
4- <div class =" container vertical" >
4+ <div class =" container vertical scrollable " >
55 <IgbSwitch Change =" OnSwitchChange" >Single Expand</IgbSwitch >
66 <IgbAccordion SingleExpand =" @SingleExpand" >
77 <IgbExpansionPanel >
Original file line number Diff line number Diff line change 1+ .scrollable {
2+ overflow : auto;
3+ }
Original file line number Diff line number Diff line change 1313 < link href ="https://dl.infragistics.com/x/css/samples/shared.v6.css " rel ="stylesheet " />
1414 < link href ="https://dl.infragistics.com/x/css/samples/blazor.css " rel ="stylesheet " />
1515 < link href ="_content/IgniteUI.Blazor/themes/light/bootstrap.css " rel ="stylesheet " />
16+ < link href ="index.css " rel ="stylesheet " />
1617</ head >
1718
1819< body >
You can’t perform that action at this time.
0 commit comments