autocomplete-plus icon indicating copy to clipboard operation
autocomplete-plus copied to clipboard

CSS Scroll Snap

Open obendev opened this issue 7 years ago • 0 comments

Prerequisites

  • [x] Put an X between the brackets on this line if you have done all of the following:
    • Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode
    • Followed all applicable steps in the debugging guide: http://flight-manual.atom.io/hacking-atom/sections/debugging/
    • Checked the FAQs on the message board for common solutions: https://discuss.atom.io/c/faq
    • Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aatom
    • Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages

Description

The "new" CSS Scroll Snap isn't fully supported yet. I noticed it while reading https://developers.google.com/web/updates/2018/07/css-scroll-snap For example scroll-snap-align doesn't exists at all in Atom and so on.

So I don't know if it is a Chrome thing or you can add scroll-snap-align manually to autocomplete-plus?

Versions

Atom : 1.30.0 Electron: 2.0.5 Chrome : 61.0.3163.100 Node : 8.9.3

obendev avatar Sep 17 '18 10:09 obendev