I managed to fix it using some custom JS i added in:
var shiftWindow = function() { scrollBy(0, -50) };
if (location.hash) shiftWindow();
window.addEventListener("hashchange", shiftWindow);
Since i am using the X theme i had to add it in the Customize section (Appearance > Customize > Custom)
Hope you can add a permanent fix into the plugin itself. Thanks!