Skip to content

Commit

Permalink
🐛 Arreglar minipug para evitar doble scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
anattolia committed Feb 7, 2024
1 parent ddbd791 commit 0d29a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/componentes/Ficha.astro
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
// Cambiar estilos según tamaño de pantalla
@media screen and (min-width: $corte3) {
#contenedorFicha {
max-height: calc(100vh - 50px);
max-height: calc(100vh - 60px);
width: 35vw;
right: 0;
}
Expand Down

0 comments on commit 0d29a98

Please sign in to comment.