html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    /* color: #333;
    background-color: #f4f4f4; */
    overflow: hidden;
}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70%;
}

#settings {
    position: relative;
    float: right;
    width: 30%;
    top: 0;
    bottom: 0;
    height: 100%;
    /* Set a fixed height */
    overflow-y: auto;
    /* Make the settings panel scrollable */
}