diff --git a/theatre/studio/src/panels/OutlinePanel/OutlinePanel.tsx b/theatre/studio/src/panels/OutlinePanel/OutlinePanel.tsx index fa9fe3f..0bf1710 100644 --- a/theatre/studio/src/panels/OutlinePanel/OutlinePanel.tsx +++ b/theatre/studio/src/panels/OutlinePanel/OutlinePanel.tsx @@ -6,10 +6,12 @@ import {useVal} from '@theatre/react' import getStudio from '@theatre/studio/getStudio' import useHotspot from '@theatre/studio/uiComponents/useHotspot' import {Box, prism, val} from '@theatre/dataverse' +import {pointerEventsAutoInNormalMode} from '@theatre/studio/css' const headerHeight = `44px` const Container = styled.div<{pin: boolean}>` + ${pointerEventsAutoInNormalMode}; background-color: transparent; position: absolute; left: 8px; @@ -62,6 +64,7 @@ const OutlinePanel: React.FC<{}> = () => { return ( { isOutlinePanelHoveredB.set(true)