Changes for page Public Web Site
Last modified by Agnease on 2026/07/03 16:14
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -251,7 +251,6 @@ 251 251 252 252 .contrast-band { 253 253 position: relative; 254 - z-index: 0; 255 255 overflow: visible; /* allow pseudo-element to escape */ 256 256 padding: 54px 0; 257 257 border-top: 0; ... ... @@ -1670,6 +1670,11 @@ 1670 1670 background-attachment: fixed; 1671 1671 } 1672 1672 1672 +#mainContentArea { 1673 + padding: 0; 1674 + overflow-x: hidden; 1675 +} 1676 + 1673 1673 /* ========== Main Page Hero / SaaS Layout ========== */ 1674 1674 1675 1675 #mainContentArea .hero.hero-saas {