Hi @pelchat118,
Sorry there was a word misplaced in the code. We have updated the previous provided code. Now you can again copy those code. But the above Code will stop the script for Sidebar widgets and also for the Sticky Header Navigation.
So for the Better Solution Please paste the below custom CSS code in Appearance > Customize > Additional CSS to flow/scroll the page sidebar without stopping and for this process you don’t need to make a child theme.
.widget-area .sticky-wrapper,
.widget-area .sticky-wrapper.is-sticky {
height: auto !important;
}
.widget-area .sticky-wrapper .sticky-sidebar,
.widget-area .sticky-wrapper.is-sticky .sticky-sidebar {
width: 100% !important;
position: relative !important;
top: auto !important;
}
Thanks