We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e9941 commit fc7e580Copy full SHA for fc7e580
packages/compass-editor/src/action-button.tsx
@@ -12,6 +12,7 @@ export type Action = {
12
13
const actionButtonStyle = css({
14
flex: 'none',
15
+ pointerEvents: 'all',
16
});
17
18
const actionButtonContentStyle = css({
packages/compass-editor/src/actions-container.tsx
@@ -19,6 +19,7 @@ const actionsContainerStyle = css({
19
left: spacing[100],
20
display: 'none',
21
gap: spacing[200],
22
+ pointerEvents: 'none',
23
24
25
export const ActionsContainer = ({
0 commit comments