Ability to add border for sticky header setting

Please add a border option for us to add a border so the border only shows as we scroll the page. I want the header to show 1px of border bottom when I scroll the page down. But it is not available now. Adding it to the coming release will be grateful.

Thank you!

Hi Jornes,

add a transparent border to your header container and simply change the color when you start scrolling: https://vimeo.com/679654520/dadb8d63f4

#bricks-header.sticky.scrolling root {
  border-color: red;
}

Best regards,
timmse

Hey @timmse,
Thanks for the solution by code!

Btw, it would be great to make this option available to choose as how we style the element as usual. :smiley: