body {
    height: 100vh;
}

nav {
    position: absolute;
    height: 100%;
    width: 150px;
    background-color: red;
}

.content {
    position: relative;
    left: 150px;
}