Skip to content

Commit

Permalink
fix: change z-index of FixedToolbar to 60
Browse files Browse the repository at this point in the history
  • Loading branch information
jijiseong committed May 23, 2024
1 parent 761382b commit b508d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/src/registry/default/plate-ui/fixed-toolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import { Toolbar } from './toolbar';

export const FixedToolbar = withCn(
Toolbar,
'supports-backdrop-blur:bg-background/60 sticky left-0 top-[57px] z-50 w-full justify-between overflow-x-auto rounded-t-lg border-b border-b-border bg-background/95 backdrop-blur'
'supports-backdrop-blur:bg-background/60 sticky left-0 top-[57px] z-[60] w-full justify-between overflow-x-auto rounded-t-lg border-b border-b-border bg-background/95 backdrop-blur'
);

0 comments on commit b508d38

Please sign in to comment.