diff --git a/glance-system/glance.yaml b/glance-system/glance.yaml index c64e166..a6dbbae 100644 --- a/glance-system/glance.yaml +++ b/glance-system/glance.yaml @@ -406,7 +406,10 @@ data: background: rgba(226, 146, 255, 0.16); } - /* Remove purple overlay from Nextcloud iframe */ + .widget.widget-type-iframe:has(iframe[src*="nextcloud"]) { + position: relative !important; + } + .widget.widget-type-iframe:has(iframe[src*="nextcloud"])::before { display: none !important; }