mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
8 lines
328 B
HTML
8 lines
328 B
HTML
<div class="d-flex height-100 width-100">
|
|
<div class="overflow-y-auto height-100 width-60" style="overflow: hidden; margin-left: -20px; margin-right:20px;" *ngIf="DeviceService.isDesktop()"></div>
|
|
</div>
|
|
|
|
<div class=" flex-1 d-flex flex-column height-100" [ngClass]="{'overflow-y-auto ': DeviceService.isDesktop()}">
|
|
|
|
</div>
|