diff --git a/src/app/pages/gabinete-digital/pedidos/pedido/pedido.page.ts b/src/app/pages/gabinete-digital/pedidos/pedido/pedido.page.ts
index f41c5cbee..b2814ba8a 100644
--- a/src/app/pages/gabinete-digital/pedidos/pedido/pedido.page.ts
+++ b/src/app/pages/gabinete-digital/pedidos/pedido/pedido.page.ts
@@ -450,7 +450,7 @@ export class PedidoPage implements OnInit {
if( window.innerWidth <= 800){
classs = 'modal modal-desktop'
} else {
- classs = 'add-note-modal'
+ classs = 'add-note-modal-no-height'
}
const modal = await this.modalController.create({
component: AddNotePage,
diff --git a/src/theme/variables.scss b/src/theme/variables.scss
index ebfebffc5..eb0d3b881 100644
--- a/src/theme/variables.scss
+++ b/src/theme/variables.scss
@@ -293,6 +293,11 @@ $app-theme: mat-light-theme((
padding: 25px;
background: rgba(51, 51, 51, 0.3);
}
+.add-note-modal-no-height{
+ --border-radius: 10px;
+ padding: 25px;
+ background: rgba(51, 51, 51, 0.3);
+}
.discart-expedient-modal{
--height: 50%;
--border-radius: 10px;