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

13 lines
224 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: var(--toolbarMenuItemBackgroundColor);
2018-11-23 07:04:42 +00:00
line-height: 20px;
}
.scroller {
display: flex;
flex-direction: column;
}