teableio/teable

View on GitHub
packages/sdk/src/components/comment/comment-editor/plate-ui/fixed-toolbar.tsx

Summary

Maintainability
A
0 mins
Test Coverage
import { withCn } from '@udecode/cn';

import { Toolbar } from './toolbar';

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