feat(FN-1451): merge fusion/fn-1451

This commit is contained in:
gsxdsm
2026-04-13 15:29:27 -07:00
parent f46803d985
commit a230322068
3 changed files with 327 additions and 37 deletions

View File

@@ -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;