Skip to content

Commit

Permalink
Fix UI issue occurring while opening assignee modal
Browse files Browse the repository at this point in the history
  • Loading branch information
ayusht2810 committed Apr 12, 2024
1 parent 968b119 commit c9a8c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/assignee_modal/assignee_modal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ AssigneeModal.propTypes = {

const getStyle = (theme) => ({
backdrop: {
position: 'absolute',
position: 'fixed',
display: 'flex',
top: 0,
left: 0,
Expand Down

0 comments on commit c9a8c54

Please sign in to comment.