After setting up my website on GitHub, I ran into an issue where the Grammarly Chrome extension was automatically adding a padding-top attribute to the body tag.
<body data-new-gr-c-s-check-loaded="14.1028.0" data-gr-ext-installed="" data-gr-ext-disabled="forever" style="padding-top: 72px;">
This unexpected addition resulted in unnecessary space on my website. While removing the extension is a solution, I don't want to inconvenience my readers. Is there a way to prevent this from happening?