Files
Prowlarr/frontend/src/Components/Menu/MenuContent.css
2022-05-14 21:54:44 -05: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;
}