[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: faf0650a5c ("[FAFO] Limit width of content to 100em on large screens")
This commit is contained in:
Rahix 2026-03-31 18:01:50 +02:00
parent faf0aae445
commit faf0087ce6

View file

@ -24,7 +24,7 @@ html, body {
font-weight: bold; font-weight: bold;
} }
body > div.dokuwiki { body > div.dokuwiki.tpl_sprintdoc {
position: relative; position: relative;
margin: auto; margin: auto;