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