Add a CSS selector option to the sticky header's scrolling background color

When setting a scrolling background color for a sticky header, the color is applied to the section by default. In my use case, I want the bg color applied to the container instead of the section. Adding a CSS selector like you have for the gradient color will enable us to target which element the color change is applied to.
image

2 Likes