feat (ui): series onthouden in pulldown menu
This commit is contained in:
@@ -120,6 +120,27 @@ body {
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
.search-combobox {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.combobox-dropdown {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: calc(100% - 6px);
|
||||
z-index: 20;
|
||||
background: #ffffff;
|
||||
border: 1px solid #d7dee9;
|
||||
border-radius: 6px;
|
||||
box-shadow: 0 8px 22px rgba(15, 23, 42, 0.12);
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
#rememberedDropdownList {
|
||||
max-height: 220px;
|
||||
}
|
||||
|
||||
.stack {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user