Skip to content

Commit

Permalink
fix(telecom): placement of popover
Browse files Browse the repository at this point in the history
ref: INC0084442

Signed-off-by: Antony MARION <[email protected]>
  • Loading branch information
Antony MARION committed Nov 15, 2024
1 parent f014c02 commit bc05999
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export default /* @ngInject */ ($compile, $locale, coreConfig) => ({
return 'top left';
}

return 'auto left';
return 'top auto';
},
'data-popover-is-open': 'event.inEdition',
'data-popover-class': 'pretty-popover telephony-scheduler-events-popup',
Expand Down

0 comments on commit bc05999

Please sign in to comment.