Radarr/frontend/src/Components/Menu/MenuContent.css

13 lines
224 B
CSS

.menuContent {
z-index: $popperZIndex;
display: flex;
flex-direction: column;
background-color: var(--toolbarMenuItemBackgroundColor);
line-height: 20px;
}
.scroller {
display: flex;
flex-direction: column;
}