1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-23 17:14:46 -04:00
Files
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;
}