I didn't apply any inline style on my <body>
element. But when I inspect the DOM, it shows <body cz-shortcut-listen="true" style="margin-bottom: 18px;">
.
I tried to apply inline style on my body element and set margin-bottom
to 0, but it doesn't work.