Webview while scrolling fixed bar is getting flickering in Cocoa

I have legacy webview in which i am loading a webpage which has a fixed bar on top but while scrolling the webview the top fixed bar is getting flickering. I've refered this by below block of code i was able to fix for os versions below 10.14 , but this issue is still in 10.14 How to fix this ?


          [_webView wantsUpdateLayer];
          [_webView setCanDrawSubviewsIntoLayer:YES];

Any suggestions would be more appreciated. Thanks in advance