element. style position relative! important top 0p

Станислав Мастеров
element.style {
    position: relative !important;
    top: 0px;
    min-height: calc(100% - 0px);
}