1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-18 16:24:34 -04:00
Files
Radarr/frontend/src/Components/Menu/MenuContent.css
2022-11-20 11:49:50 -06:00

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;
}