File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
templates/components/public Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 136136
137137 .menu.transition.visible {
138138 border-top : 1px solid #96c8da !important ;
139+ max-height : 27rem !important ;
139140 }
140141
141142 .menu {
155156
156157 .menu.transition.visible {
157158 border-top : 1px solid #96c8da !important ;
159+ max-height : 27rem !important ;
158160 }
159161
160162 .menu {
182184
183185 .menu.transition.visible {
184186 border-top : 1px solid #96c8da !important ;
187+ max-height : 27rem !important ;
185188 }
186189 }
187190
196199
197200 .menu.transition.visible {
198201 border-top : 1px solid #96c8da !important ;
202+ max-height : 27rem !important ;
199203 }
200204
201205 .menu {
Original file line number Diff line number Diff line change 99 </div >
1010 <i class =" dropdown icon ic-ddown" ></i >
1111 <div class =" menu" >
12- {{ #each this.event.tracks as |track |}}
12+ {{ #each this.trackList as |track |}}
1313 <UiCheckbox @class =" item" @label ={{ track.name }} @checked ={{ if (includes this.activeTrack
1414 track.name ) " active" }} @onChange ={{ action trackFilter track.name }} />
1515 {{ /each }}
2323 </div >
2424 <i class =" dropdown icon ic-ddown" ></i >
2525 <div class =" menu" >
26- {{ #each this.event.microlocations as |room |}}
26+ {{ #each this.microlocationList as |room |}}
2727 {{ #if (not room.hiddenInScheduler )}}
2828 <UiCheckbox @class =" item" @label ={{ room.name }} @checked ={{ if (includes this.activeRoom room.name ) " active"
2929 }} @onChange ={{ action roomFilter room.name }} />
3939 </div >
4040 <i class =" dropdown icon ic-ddown" ></i >
4141 <div class =" menu" >
42- {{ #each this.event.sessionTypes as |sessionType |}}
42+ {{ #each this.sessionTypeList as |sessionType |}}
4343 <UiCheckbox @class =" item" @label ={{ sessionType.name }} @checked ={{ if (includes this.activeSession
4444 sessionType.name ) " active" }} @onChange ={{ action this.sessionFilter sessionType.name }} />
4545 {{ /each }}
You can’t perform that action at this time.
0 commit comments