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
Change comment: There is no comment for this version
To version 72.79
edited by Benjamin Fischer
on 2024/11/07 13:55
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -17,8 +17,21 @@
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 + }
30 + & > a {
31 + display: block;
32 + color: inherit;
33 + background-color: inherit;
34 + }
22 22   }
23 23   }
24 24   td.fc-weekVal {