feat(FN-1451): merge fusion/fn-1451
This commit is contained in:
@@ -5911,6 +5911,15 @@ body {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
/* Portal-rendered agent picker dropdown - uses fixed positioning from JS */
|
||||
.agent-picker-dropdown--portal {
|
||||
position: fixed !important;
|
||||
top: auto;
|
||||
left: auto;
|
||||
margin-top: 0;
|
||||
z-index: 201;
|
||||
}
|
||||
|
||||
.dep-dropdown-search-header {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
|
||||
Reference in New Issue
Block a user