Skip to content

Commit fc7e580

Browse files
committed
Fix pointer events css
1 parent 78e9941 commit fc7e580

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/compass-editor/src/action-button.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export type Action = {
1212

1313
const actionButtonStyle = css({
1414
flex: 'none',
15+
pointerEvents: 'all',
1516
});
1617

1718
const actionButtonContentStyle = css({

packages/compass-editor/src/actions-container.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const actionsContainerStyle = css({
1919
left: spacing[100],
2020
display: 'none',
2121
gap: spacing[200],
22+
pointerEvents: 'none',
2223
});
2324

2425
export const ActionsContainer = ({

0 commit comments

Comments
 (0)