mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
viewer rotation
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user