From 2496add98cc6f3def37b85855c542d0778ef5735 Mon Sep 17 00:00:00 2001 From: David espinosa <104380606+davespser@users.noreply.github.com> Date: Wed, 4 Dec 2024 00:27:21 +0100 Subject: [PATCH] Update styles.css --- styles.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/styles.css b/styles.css index b0a5828..594f92a 100644 --- a/styles.css +++ b/styles.css @@ -49,17 +49,18 @@ body { /* Estilo del cuestionario */ #quiz-container { position: absolute; - top: 10%; - left: 50%; + top: 10px; + left: 10px; transform: translateX(-50%); text-align: center; display: none; - max-width: 500px; + max-height: 90vh; width: 100%; padding: 20px; background-color: white; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); - border-radius: 8px; + border-radius: 10px; + overflow-y: auto; } #quiz-container h3 {