diff --git a/theatre/studio/src/panels/OutlinePanel/OutlinePanel.tsx b/theatre/studio/src/panels/OutlinePanel/OutlinePanel.tsx index 0487e8b..2689833 100644 --- a/theatre/studio/src/panels/OutlinePanel/OutlinePanel.tsx +++ b/theatre/studio/src/panels/OutlinePanel/OutlinePanel.tsx @@ -32,7 +32,7 @@ const Container = styled.div` width: 20px; ${pointerEventsAutoInNormalMode}; } - ب &:hover:before { + &:hover:before { top: -12px; width: 300px; } diff --git a/theatre/studio/src/uiComponents/Popover/BasicTooltip.tsx b/theatre/studio/src/uiComponents/Popover/BasicTooltip.tsx index 32c7466..d6984f8 100644 --- a/theatre/studio/src/uiComponents/Popover/BasicTooltip.tsx +++ b/theatre/studio/src/uiComponents/Popover/BasicTooltip.tsx @@ -4,6 +4,7 @@ import BasicPopover from './BasicPopover' const BasicTooltip = styled(BasicPopover)` padding: 1em; max-width: 240px; + pointer-events: none; ` export default BasicTooltip