abe33 / atom-pigments

An Atom package to display colors in project and files.
MIT License
522 stars 68 forks source link

Dot markers stop displaying after line 39 #376

Closed AntonioDePau closed 6 years ago

AntonioDePau commented 6 years ago

OS: Win10 x64 Atom: 1.23.2 Pigments: 0.40.2 Themes: "atom-dark-ui" & "atom-dark-syntax"

Underline, Dot, Square Dot and Gutter do not display after line 39 (font-size 17, line 40 for font-size 16). Background and Outline markers are working fine.

I tried disabling and reinstalling Pigments, with no results...

atom-pigments

PS: Multiple color tags in CSS added for testing purpose, so you can witness the issue more easily.

Cxarli commented 6 years ago

Seems to be similar to https://github.com/abe33/atom-pigments/issues/333

AntonioDePau commented 6 years ago

Temporary solution provided by Mootly Here worked for me!

Anyone else with this issue, try:

  1. Open pigments.less in packages\pigments\styles\
  2. Go to line 27
  3. Remove/comment "background-attachment: fixed;"
  4. (Re)start Atom