[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:
parent
faf0aae445
commit
faf0087ce6
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue