.map {
    height: 100vh;
}

.dropdown {
    position: fixed !important;
    justify-content: right;
    z-index: 1000;
    top: 20px;
}

.dropdown-electorate {
    right: 20px;
}

.dropdown-party {
    right: calc(40px + 14em);
}

.dropdown-metric {
    right: calc(60px + 28em - 1.5em);
}

.button {
    width: 14em;
    justify-content: space-between !important;
}

.dropdown-content {
    width: 14em;
    max-height: 70vh;
    overflow: scroll;
}

.dropdown-metric .button {
    width: 11.5em;
}

.dropdown-metric .dropdown-content {
    width: 11.5em;
}

.dropdown-party .button {
    width: 12.5em;
}

.dropdown-party .dropdown-content {
    width: 12.5em;
}
