From c238f28179421680bb11ae27e9c2fcac7628ca67 Mon Sep 17 00:00:00 2001 From: Horacio Daniel Ros Date: Fri, 11 Sep 2026 14:53:32 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20ajustar=20el=20relleno=20superior=20en?= =?UTF-8?q?=20la=20p=C3=A1gina=20de=20movimientos=20y=20actualizar=20el=20?= =?UTF-8?q?z-index=20en=20el=20componente=20de=20ubicaci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../org/profile/[id]/cash/movements/page.module.css | 1 + txclient/src/app/components/Location/Location.module.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/txclient/src/app/admin/(organization-profile)/org/profile/[id]/cash/movements/page.module.css b/txclient/src/app/admin/(organization-profile)/org/profile/[id]/cash/movements/page.module.css index 9e794c1..435d342 100644 --- a/txclient/src/app/admin/(organization-profile)/org/profile/[id]/cash/movements/page.module.css +++ b/txclient/src/app/admin/(organization-profile)/org/profile/[id]/cash/movements/page.module.css @@ -1,5 +1,6 @@ .movementsPage { padding: 16px; + padding-top: 200px; padding-bottom: 32px; } diff --git a/txclient/src/app/components/Location/Location.module.css b/txclient/src/app/components/Location/Location.module.css index 33c931d..0fdb0d0 100644 --- a/txclient/src/app/components/Location/Location.module.css +++ b/txclient/src/app/components/Location/Location.module.css @@ -5,7 +5,7 @@ right: 0px; height: 70px; overflow: hidden; - z-index: 1; + z-index: 100; pointer-events: none; }