fix(client): handle MCQ options overflow (#67187)

This commit is contained in:
Huyen Nguyen
2026-05-05 22:09:05 +07:00
committed by GitHub
parent 1ab0425cf9
commit 6a857ba547
@@ -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 {