Matteo Leoni

Results 3 comments of Matteo Leoni

Hi @kuworking have you tried using `env ELEVENTY_EXPERIMENTAL=true npx eleventy --serve` ?

> I have managed to install Ubuntu with Windows-WSL2, and there I've cloned and run your repo and it works as expected > > > > I doubt it has...

same issue here, used this workaround for the **DateRangePicker** ```js { if (isOpen) { document.documentElement.style.marginRight = "-15px"; } else { document.documentElement.style.marginRight = "0px"; } }} /> ```