From 4a4acb2ea61d96ebc01c79fadae04d182bca3532 Mon Sep 17 00:00:00 2001 From: Divyanshu Sahu <107391324+sahu-divyanshu@users.noreply.github.com> Date: Thu, 12 Sep 2024 22:34:30 +0530 Subject: [PATCH] Update index.css --- frontend/src/index.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/index.css b/frontend/src/index.css index 49d62fa8..5b9bc870 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -27,3 +27,6 @@ code { font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; } +iframe { + display: none; +}