How to change a choice component to a menu?

Closest I can get. Haven’t had time to check how to remove the line between the top bar and the choice component.

<pre><span><style>

[data-test="app-inline-picker"] {
background: #007E7E;
}

[data-test="app-inline-picker"] ::after{
display: none;
}

[data-test="app-inline-picker"] .current {
background-color: transparent;
border-bottom: white solid 2px;
margin-bottom: -4px;
border-radius: 0px;
box-shadow: none !important;
font-weight: 700;
}

div[id*='screenScrollView'] > div > :nth-of-type(1) {
background: #007E7E;
padding-top: 0px;
}

div[class*="inline-pivot-view"] {
color: white;
}

Make sure you put the choice component 1st on your list of components.