I couldn't find the style on your website but judging from it, you have the radius set to 0 for the sticky while it's 6px normally.
So try to remove the 0px from the sticky radius.
Code:
.p-navSticky.is-sticky .p-nav .p-nav-list .p-navEl.is-selected {
border-radius: 0;
}