diff --git a/src/styles/_playground.scss b/src/styles/_playground.scss index db73c475aa..f1162735c8 100644 --- a/src/styles/_playground.scss +++ b/src/styles/_playground.scss @@ -12,5 +12,5 @@ */ width: 100% !important; height: 40vh !important; // 100% results in 0 height, 100vh is too big. - overflow: scroll; + overflow: auto; } diff --git a/src/styles/_workspace.scss b/src/styles/_workspace.scss index e91a362e7f..9560a19e38 100644 --- a/src/styles/_workspace.scss +++ b/src/styles/_workspace.scss @@ -79,23 +79,29 @@ $code-color-error: #ff4444; flex: 1 1; margin: 0 0.5rem 0 0.5rem; overflow: hidden; + .mcq-content-parent { height: 100%; overflow: auto; padding: 20px; + .mcq-options-parent { height: 100%; + .mcq-option { padding: 20px; } + .mcq-option:focus { outline: 0; } } } + .pt-card { background-color: $cadet-color-2; } + .Text { word-break: break-word; word-wrap: break-word;