NO BUG: Bricks 2.0 alpha - sticky header

Hello, after updating to 2.0 alpha, I need to add this to the child theme, to make sticky header working:

#brx-header.sticky {
top: 0 !important;
position: fixed !important;
}

There is a white gap between header without it:

My settings:

My URL: Pacient - Plíce Pod Kontrolou

PixPin_2025-04-28_16-28-24
check automatic css

1 Like

video
https://jam.dev/c/5071b12a-4d21-45b2-8873-62e32885929f

2 Likes

Hi @alessykora,

As @timchen shared above, the issue on your page seems to be caused by the ACSS styling. Specifically, this property:

inset-block-start: var(--sticky-offset, var(--offset, 0))

Best to share this with their team.

1 Like

Ahh, okay, sorry for that : )

1 Like