Sonarr/frontend/src/Components/Menu/MenuContent.css
Qstick 2291f3e00e New: Native Theme Engine
Co-Authored-By: Zak Saunders <thezak48@users.noreply.github.com>
2022-08-07 15:24:38 -07:00

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