Make scroll to element action smooth

Add this code to the Custom CSS field on the Design tab of your Button widget’s settings:

.global-styles, body {
scroll-behavior: smooth;
}