This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

position: sticky being displayed as an error message

4 years ago · Last reply by Andrew Misplon 4 years ago

So just a weird anomaly I noticed with two attributes.
Both the “position: sticky” attribute and the color: rgb(0,0,0,0) attribute show up as unexpected values in the plugin. To be clear, it still definitely works, but for position it expects relative, absolute, fixed, or static even though sticky is a valid CSS position property now. Here is an image showing the issue

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 4 years, 4 months ago

    Hi Davina

    Thanks for reaching out.

    For the background color declaration, perhaps try the following:

    background-color: rgba(255,255,255,0) !important;

    rgba is required if you’re outputting opacity.

    You can ignore the warning for sticky. My guess is the version of CodeMirror being used is a bit behind the current spec on position: https://developer.mozilla.org/en-US/docs/Web/CSS/position.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread