From 64ce9b9e3998173cb60ed714f73ea5aae2ef2196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Camilo=20Gonz=C3=A1lez?= Date: Wed, 28 Feb 2024 13:50:50 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20mostrar=20barra=20scroll=20cuand?= =?UTF-8?q?o=20sea=20necesario?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/componentes/Introduccion.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/componentes/Introduccion.astro b/src/componentes/Introduccion.astro index e250fa3..3f939c6 100644 --- a/src/componentes/Introduccion.astro +++ b/src/componentes/Introduccion.astro @@ -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;