arc90/sass-color-picker

Visual Bugs in Chrome 24

Closed this issue · 3 comments

In Chrome 24 and after using one of the sliders, the swatches move down a bit, covering the first slider. This seems to be fixed by applying clear: both to the first li.listItem (containing the code). Also, the code generator does not work/is not shown.

No problems in Firefox.

Okay, confirmed this happens in the Chromium nightlies (25.0.1320.0) on both OSX and Win7. Also confirm this happens in the WebKit nightlies, so it looks like something in WebKit specifically.

@killercup I just pushed a commit to master (4104ebc) - pull it down and let me know if you still see the issue.

Just pulled it and everything seems to work great. Thanks for the quick fix!