dear team!
i have downloaded and installed Delacroy Quickstart Joomla 4.
first error was something with 10 ist not between 0 and 1 in templates/delacroy/scss/presets.css in line 33 which was blocking the display of the page and instead just show a white page with this error.
![https://postimg.cc/gn9xjPCG]
so i changed
background: fade-out($header_bg_color, 10);
to
background: fade-out($header_bg_color, 1);
which solved this problem.
second problem is that when i edit for example the home page and there the slider i get only the buttons for apply and cancle and noting more.
![https://postimg.cc/d701pQyj]
could you tell me what is the problem and how to solve?
cheers daniel