tomayac’s avatartomayac’s Twitter Archive—№ 15,929

    1. …in reply to @simevidas
      @simevidas @robinrendle @FirefoxDevTools html { overflow-x: hidden; } then. Maybe @ChromeDevTools has an idea why this happens? Or @jensimmons from team @webkit why this happens in Safari?
  1. …in reply to @tomayac
    @simevidas @robinrendle Really strange. html {overflow-x: hidden;} fixes the issue _everywhere_, except iOS mobile Safari (it works on desktop Safari). That being said, the layout logic seems overly complex. <html> shouldn't become a scroll container. I'd add display: grid to body, not div.main.