mirror of
https://github.com/Sonarr/Sonarr
synced 2026-01-16 12:31:33 +01:00
12 lines
224 B
CSS
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;
|
|
}
|