fix: Movido padding superior al layout principal para evitar solapamiento y limpieza de estilos globales
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user