Skip to content

Commit

Permalink
💄 mostrar barra scroll cuando sea necesario
Browse files Browse the repository at this point in the history
  • Loading branch information
1cgonza committed Feb 28, 2024
1 parent f7c3e42 commit 64ce9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/componentes/Introduccion.astro
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
width: 96vw;
max-height: calc(100vh - var(--altoLineaTiempo) - var(--altoMenu));
overflow-x: hidden;
overflow-y: scroll;
overflow-y: auto;
position: absolute;
display: none;
right: 2vw;
Expand Down

0 comments on commit 64ce9b9

Please sign in to comment.