forcing transparent 2

This commit is contained in:
2026-01-23 10:06:07 +01:00
parent fbef177401
commit 468cc2c86d
2 changed files with 18 additions and 0 deletions
+9
View File
@@ -2023,6 +2023,15 @@ data:
#ef4444 var(--s-red)
);
}
/* =========================================================================
Forcing transparency on no-tint iframes
========================================================================= */
/* Force notes iframe to be transparent */
.widget.iframe-no-tint iframe {
background: transparent !important;
}
---
apiVersion: apps/v1
kind: Deployment