Hello @barthusz,
Bricks handles the smooth scrolling using the Element.scrollIntoView()
method. Unfortunately, the smooth option is not supported by Safari (Element.scrollIntoView() - Web APIs | MDN).
A workaround to this could be to use a polyfill, like the one described here.