100)"
@resize.window="
this.scrollHeight = $el.scrollHeight;
document.documentElement.style.setProperty('--navbar-height', `${this.scrollHeight}px`);
"
x-init="
this.scrollHeight = $el.scrollHeight;
document.documentElement.style.setProperty('--navbar-height', `${this.scrollHeight}px`);
"
x-data="{
open: false,
showBar: false,
scrollHeight: 0,
}"
>