From 6a857ba547c0fed969f53c304fbe2b793f7f36de Mon Sep 17 00:00:00 2001 From: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> Date: Tue, 5 May 2026 22:09:05 +0700 Subject: [PATCH] fix(client): handle MCQ options overflow (#67187) --- client/src/templates/Challenges/video.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/templates/Challenges/video.css b/client/src/templates/Challenges/video.css index 5ab5ee2376a..09fd5185038 100644 --- a/client/src/templates/Challenges/video.css +++ b/client/src/templates/Challenges/video.css @@ -142,6 +142,7 @@ input:focus-visible + .video-quiz-input-visible { display: block; grid-column: 1; grid-row: 1; + overflow-x: auto; } .mcq-option-label {