From 14c4a565e5677da2df026ada25b2aa4c80b7e8e0 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Sun, 11 Jan 2026 09:17:32 +0100 Subject: [PATCH] tried again --- glance-system/glance.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; }