From faf0087ce6eed08c5751aea7393e0d52d2fd9250 Mon Sep 17 00:00:00 2001 From: Rahix Date: Tue, 31 Mar 2026 18:01:50 +0200 Subject: [PATCH] [FAFO] Fix media selection dialog being empty Due to the size adjustment change, the media selection dialog got broken. Fix it by only applying the `position: relative` attribute on the real site, not every dokuwiki page. Fixes: faf0650a5ccc ("[FAFO] Limit width of content to 100em on large screens") --- css/base_design.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/base_design.less b/css/base_design.less index 7c4f24b..4f10246 100755 --- a/css/base_design.less +++ b/css/base_design.less @@ -24,7 +24,7 @@ html, body { font-weight: bold; } -body > div.dokuwiki { +body > div.dokuwiki.tpl_sprintdoc { position: relative; margin: auto;