.fixframe {
    position: relative;
    width: 100%;
    z-index: -1;
}

.fixbox {
    position: fixed;
    width: 100%;
}

.fixframe::after {
    content: "";
    clear: both;
    display: block;
}