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

13 lines
218 B
CSS

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