Skip to content

Commit

Permalink
Update EditorMenu.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnmclean authored Jan 20, 2025
1 parent 0518091 commit 87f631c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface EditorMenuProps {

export const EditorMenu = ({ editor }: EditorMenuProps) => {
return (
<div className="sticky top-0 left-0 right-0 z-50 flex w-full flex-wrap gap-1 border-b border-default-100 bg-white p-1 shadow-md">
<div className="fixed top-0 left-0 right-0 z-50 flex w-full flex-wrap gap-1 border-b border-default-100 p-1 shadow-md">
<ButtonGroup variant="light" size="sm">
<MenuButtonUndo editor={editor} />
<MenuButtonRedo editor={editor} />
Expand Down

0 comments on commit 87f631c

Please sign in to comment.