diff --git a/apps/web/src/components/IframeSection.tsx b/apps/web/src/components/IframeSection.tsx index c010b55..316186c 100644 --- a/apps/web/src/components/IframeSection.tsx +++ b/apps/web/src/components/IframeSection.tsx @@ -493,7 +493,6 @@ export const IframeSection: React.FC = ({ style.textContent = ` *::-webkit-scrollbar { display: none !important; } * { -ms-overflow-style: none !important; scrollbar-width: none !important; } - body { background: transparent !important; } `; iframe.contentDocument.head.appendChild(style); setTimeout(updateAmbilight, 600);