mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-07-07 18:45:09 +00:00
Made chart dropdown scrollable
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<div class="ui placeholder" [ngClass]="{'placeholder': albumArtSrc == ''}">
|
<div class="ui placeholder" [ngClass]="{'placeholder': albumArtSrc == ''}">
|
||||||
<img class="ui square image" [src]="albumArtSrc">
|
<img class="ui square image" [src]="albumArtSrc">
|
||||||
</div>
|
</div>
|
||||||
<div *ngIf="charts.length > 1" id="chartDropdown" class="ui fluid right labeled icon dropdown button">
|
<div *ngIf="charts.length > 1" id="chartDropdown" class="ui fluid right labeled scrolling icon dropdown button">
|
||||||
<input type="hidden" name="Chart">
|
<input type="hidden" name="Chart">
|
||||||
<i id="chartDropdownIcon" class="dropdown icon"></i>
|
<i id="chartDropdownIcon" class="dropdown icon"></i>
|
||||||
<div class="default text"></div>
|
<div class="default text"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user