fix: Movido padding superior al layout principal para evitar solapamiento y limpieza de estilos globales

This commit is contained in:
2026-02-22 13:57:31 -05:00
parent bca1749291
commit 441cf298e3
2 changed files with 3 additions and 9 deletions

View File

@ -30,9 +30,10 @@ const authStore = useAuthStore();
flex: 1;
overflow-y: auto;
overflow-x: hidden;
background: transparent; /* Permitir ver fondos de páginas */
background: transparent;
display: flex;
flex-direction: column;
padding-top: 64px; /* Compensar AppHeader fijo */
}
.has-bottom-nav {