Changes for page Home
Last modified by Benjamin Fischer on 2025/06/04 14:20
From version 72.63
edited by Benjamin Fischer
on 2024/11/07 12:54
on 2024/11/07 12:54
Change comment:
There is no comment for this version
To version 72.64
edited by Benjamin Fischer
on 2024/11/07 12:54
on 2024/11/07 12:54
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -8,5 +8,11 @@ 8 8 .fc-fade { 9 9 opacity: 0.3; 10 10 } 11 - 11 + .fc-body td { 12 + position: relative; 13 + & > div { 14 + position: absolute; 15 + width: 100%; 16 + } 17 + } 12 12 }