From 6a2721abc02413602fa65cb001e03bf04171972c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B4mulo=20Penido?= Date: Wed, 29 Jan 2025 19:34:03 -0300 Subject: [PATCH] fix: double scrollbars on chrome --- cms/static/sass/course-unit-mfe-iframe-bundle.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/cms/static/sass/course-unit-mfe-iframe-bundle.scss b/cms/static/sass/course-unit-mfe-iframe-bundle.scss index af5e9b55e7c..1f813fac253 100644 --- a/cms/static/sass/course-unit-mfe-iframe-bundle.scss +++ b/cms/static/sass/course-unit-mfe-iframe-bundle.scss @@ -392,6 +392,7 @@ body { // For Google Docs and Google Calendar xblock editor .google-edit-wrapper .xblock-inputs { position: unset; + overflow-y: unset; } .xblock-actions {