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

13 lines
218 B
CSS
Raw Normal View History

2018-11-23 07:04:42 +00:00
.menuContent {
z-index: $popperZIndex;
2018-11-23 07:04:42 +00:00
display: flex;
flex-direction: column;
background-color: $toolbarMenuItemBackgroundColor;
line-height: 20px;
}
.scroller {
display: flex;
flex-direction: column;
}