#view-container{
    background-color: rgb(219, 219, 209);
    left:62px;
    top:0;
    right:0;
    bottom:0;
}

#sidebar{
    left:0;
    top:0;
    right:calc(100% - 62px);;
    bottom:0;
    background-color: #555;
}

.ol-mouse-position{
    position: inherit;
}

.ol-scale-line{
    bottom: 1px;
    left: 1px;
}