Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
html{ margin-top:25px!important }
$("html").css("margin-top", "0px !important");
html.some-class { margin-top: 0 !important; }
<html style="margin-top:0 !important">
$('html').append('<style>html{margin-top:0px!important}</style>');