Changes for page Home
Last modified by Benjamin Fischer on 2025/06/04 14:20
From version 72.77
edited by Benjamin Fischer
on 2024/11/07 13:45
on 2024/11/07 13:45
Change comment:
There is no comment for this version
To version 72.80
edited by Benjamin Fischer
on 2024/11/07 14:18
on 2024/11/07 14:18
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -17,8 +17,22 @@ 17 17 td { 18 18 position: relative; 19 19 & > div { 20 + z-index: 5; 20 20 position: absolute; 21 21 width: 100%; 23 + overflow: hidden; 24 + border-radius: 4px; 25 + &:hover { 26 + width: auto; 27 + max-width: 10vw; 28 + height: auto !important; 29 + z-index: 10; 30 + } 31 + & > a { 32 + display: block; 33 + color: inherit; 34 + background-color: inherit; 35 + } 22 22 } 23 23 } 24 24 td.fc-weekVal {