mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
fix all scolls
This commit is contained in:
@@ -21,13 +21,13 @@
|
||||
|
||||
<ion-content class="d-flex width-100 height-100">
|
||||
|
||||
<div class="d-flex height-100 width-100">
|
||||
<div class="d-flex height-100 width-100 overflow-hidden">
|
||||
|
||||
<div class="overflow-y-auto height-100 width-60 visionDesktop-block" style="overflow: hidden; margin-right:20px;">
|
||||
<app-viewer-attachment *ngIf="mergedArray.length >= 1" [showAttachmentList]=false [selectedIndex]="selectedIndex" [taskViewerAttachment]="mergedArray" class="height-100" ></app-viewer-attachment>
|
||||
</div>
|
||||
|
||||
<div class=" flex-1 d-flex flex-column height-100 d-flex" >
|
||||
<div class=" flex-1 d-flex flex-column height-100 d-flex overflow-y-auto-desktop" >
|
||||
<div class="upper-content" >
|
||||
<div class="content-details">
|
||||
<div class="mobile-header">
|
||||
|
||||
@@ -303,6 +303,9 @@ ion-button{
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.overflow-y-auto-desktop {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user