Daniel O’Connor

Results 66 comments of Daniel O’Connor

Thanks! I'll remove these as we migrate away from Gatsby. 🙇🏻

I think this happens because an element with `overflow-x: auto` will force some browsers to also set `overflow-y: auto`. This provides more insight: https://stackoverflow.com/questions/18135204/setting-overflow-y-causes-overflow-x-to-change-as-well Not sure if there's anything `react-waypoint`...

If you've installed Yarn with Homebrew, this can be used to downgrade to 1.16.0: ``` brew unlink yarn brew install https://raw.githubusercontent.com/karlhorky/homebrew-core/f8bc263f93dcfd1cc50c98976a8503c8a7cb032f/Formula/yarn.rb brew switch yarn 1.16.0 ``` Edit: This might not...

Confirmed that downgrading Yarn works.

@zhaotongpan — Heads up about this issue. @Sephirothxlx pointed it out to me.

A decent workaround in the meantime is to wrap the `TextButton` component in an element that has `className="hover-blue"`.

@dcapo. @lavelle — Does this capture the problems well?

https://twitter.com/leaverou/status/1045768279753666562 https://developer.paciellogroup.com/blog/2018/03/focus-visible-and-backwards-compatibility/ More info ^

We're adding a polyfill for the docs in #1411. It's probably worth adding this CSS to the reset. We can test it in Chrome by turning on the feature flag...