From 4378000c038f7ab9aa663aea726925a03634be15 Mon Sep 17 00:00:00 2001 From: Osvaldo Calles Date: Mon, 3 Jun 2024 16:46:31 -0700 Subject: [PATCH] Hide scroll bar in iframe --- src/microsoft-trydotnet-editor/src/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/microsoft-trydotnet-editor/src/index.css b/src/microsoft-trydotnet-editor/src/index.css index 925618af7..4a127e402 100644 --- a/src/microsoft-trydotnet-editor/src/index.css +++ b/src/microsoft-trydotnet-editor/src/index.css @@ -2,6 +2,7 @@ body { width: auto; height: auto; margin: 0; + overflow: hidden; } .monaco-editor {