diff --git a/src/app/pages/gabinete-digital/viewer-attachment/viewer-attachment.page.html b/src/app/pages/gabinete-digital/viewer-attachment/viewer-attachment.page.html index c7d34b9ef..9081f1b12 100644 --- a/src/app/pages/gabinete-digital/viewer-attachment/viewer-attachment.page.html +++ b/src/app/pages/gabinete-digital/viewer-attachment/viewer-attachment.page.html @@ -2,7 +2,6 @@
- {{ taskViewerAttachment | json }}
@@ -48,8 +47,7 @@
-
-
+
-
+
-
+
diff --git a/src/app/shared/gabinete-digital/generic/task-details/task-details.page.scss b/src/app/shared/gabinete-digital/generic/task-details/task-details.page.scss index 160f99bba..a030067a5 100644 --- a/src/app/shared/gabinete-digital/generic/task-details/task-details.page.scss +++ b/src/app/shared/gabinete-digital/generic/task-details/task-details.page.scss @@ -303,6 +303,9 @@ ion-button{ display: none !important; } + .overflow-y-auto-desktop { + overflow-y: auto; + } }