Fixing the edge scrolling problem

Sid Meier's Civilization VI298 views3 favorites1 min readby BeeGodUpdated 12 Jul, 2023View on Steam ↗

How to:

Modify the equivalent lines in Sid Meier's Civilization VI\Base\Assets\UI\EdgeScroll.xml

<Container ID="LeftScreenEdge" Anchor="L,T" Size="4,parent+2" /> <Container ID="RightScreenEdge" Anchor="R,T" Size="4,parent+2" Offset="-1,0"/> <Container ID="TopScreenEdge" Anchor="L,T" Size="parent+2,2" /> <Container ID="BottomScreenEdge" Anchor="L,B" Size="parent+2,2" Offset="0,-1"/>

This guide was created by its original author on the Steam Community. Are you the author and want it removed? Request removal.