From 07a93765c6c87aae53071fc27286918e14db8892 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 2 Aug 2024 15:09:07 -0600 Subject: [PATCH] Add CSS to hide Netlify Drawer popup --- index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 986263e..63d1080 100644 --- a/index.html +++ b/index.html @@ -42,6 +42,11 @@ font-size: 16px; cursor: pointer; } + + /* CSS to hide Netlify Drawer */ + iframe[src^='https://app.netlify.com'] { + display: none; + } @@ -64,8 +69,5 @@ -
- -