Skip to content

Commit

Permalink
πŸ› [ecl] fix dropdown being cut off in window design
Browse files Browse the repository at this point in the history
  • Loading branch information
jxn-30 committed Mar 7, 2024
1 parent 3a2afe1 commit f9bda8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/extendedCallList/assets/sort/callList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ export default (
...(CSS.supports('selector(:has(#id))')
? [
{
selectorText: `#missions:has(.dropdown.open #${sortSelectionList.id})`,
selectorText: `:where(#missions, #missions_outer):has(.dropdown.open #${sortSelectionList.id})`,
style: {
overflow: 'visible',
},
Expand Down

0 comments on commit f9bda8c

Please sign in to comment.