Skip to content

Commit

Permalink
Revert change to position in ToolbarDropdown
Browse files Browse the repository at this point in the history
Could find the reason why it was changed from absolute to fixed in the first place.
  • Loading branch information
jpedroso committed Jan 28, 2024
1 parent b554ec1 commit f379c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/ui/toolbar/dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ export class ToolbarDropdown extends React.Component<
}

return {
position: 'fixed',
position: 'absolute',
top: rect.bottom,
left: 0,
width: '100%',
Expand Down

0 comments on commit f379c37

Please sign in to comment.