rws adlı üyeden alıntı: mesajı görüntüle
min-height : calc(100% - 100px);
calc kullanabilirsiniz
Teşekkürler!

.main-content {
    width: 100%;
    padding: 2rem;
    background: #dfdfdf;
    overflow-y: auto;
    height: calc(100vh - 100px);
}
Sonuç: