mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
save
This commit is contained in:
@@ -31,11 +31,11 @@
|
||||
</ion-segment>
|
||||
</div>
|
||||
</div>
|
||||
<div [ngSwitch]="segmentVista" class="height-100">
|
||||
<div [ngSwitch]="segmentVista" class="overflow-y-auto">
|
||||
<!-- This is the list view -->
|
||||
|
||||
<div *ngSwitchCase="'listview'" class="height-100">
|
||||
<ion-item-sliding class="overflow-y-auto height-100">
|
||||
<div *ngSwitchCase="'listview'">
|
||||
<ion-item-sliding>
|
||||
<div class="listview">
|
||||
<ion-list *ngIf="allProcessesList">
|
||||
<div
|
||||
|
||||
@@ -126,6 +126,7 @@ ion-segment-button{
|
||||
overflow: hidden;
|
||||
.listview{
|
||||
width: 100%t;
|
||||
height: auto !important;
|
||||
padding: 0px 20px 15px 20px !important;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user