mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-21 16:03:59 +01:00
12 lines
218 B
CSS
12 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;
|
|
}
|