fix(web): remove forced transparent background from IframeSection to prevent visibility issues
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 9s
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🏗️ Build (push) Failing after 37m43s
Build & Deploy / 🧪 QA (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 3s
Nightly QA / 🔗 Links & Deps (push) Successful in 4m13s
Nightly QA / 🎭 Lighthouse (push) Successful in 4m38s
Nightly QA / 🔍 Static Analysis (push) Successful in 4m55s
Nightly QA / 📝 E2E (push) Successful in 5m9s
Nightly QA / 🔔 Notify (push) Has been skipped
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 9s
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🏗️ Build (push) Failing after 37m43s
Build & Deploy / 🧪 QA (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 3s
Nightly QA / 🔗 Links & Deps (push) Successful in 4m13s
Nightly QA / 🎭 Lighthouse (push) Successful in 4m38s
Nightly QA / 🔍 Static Analysis (push) Successful in 4m55s
Nightly QA / 📝 E2E (push) Successful in 5m9s
Nightly QA / 🔔 Notify (push) Has been skipped
This commit is contained in:
@@ -493,7 +493,6 @@ export const IframeSection: React.FC<IframeSectionProps> = ({
|
|||||||
style.textContent = `
|
style.textContent = `
|
||||||
*::-webkit-scrollbar { display: none !important; }
|
*::-webkit-scrollbar { display: none !important; }
|
||||||
* { -ms-overflow-style: none !important; scrollbar-width: none !important; }
|
* { -ms-overflow-style: none !important; scrollbar-width: none !important; }
|
||||||
body { background: transparent !important; }
|
|
||||||
`;
|
`;
|
||||||
iframe.contentDocument.head.appendChild(style);
|
iframe.contentDocument.head.appendChild(style);
|
||||||
setTimeout(updateAmbilight, 600);
|
setTimeout(updateAmbilight, 600);
|
||||||
|
|||||||
Reference in New Issue
Block a user