Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
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
Hi Davina
Thanks for reaching out.
For the background color declaration, perhaps try the following:
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.