When viewing Wikidata items in the Timeless skin, the page scrolls horizontally when the window is narrower than 850px.
Example page: https://www.wikidata.org/wiki/Q86646881?useskin=timeless
This seems to be caused by the "Sitelinks" heading (which isn't shown in other skins). The CSS (link) has padding-left: 10px; and width: 100%; on h2.wb-section-heading which makes it too wide. Adding box-sizing: border-box; seems to fix it.