diff --git a/src/components/recorder/Highlighter.tsx b/src/components/recorder/Highlighter.tsx index a63c3c23..c76a7a82 100644 --- a/src/components/recorder/Highlighter.tsx +++ b/src/components/recorder/Highlighter.tsx @@ -52,10 +52,8 @@ const HighlighterOutline = styled.div` pointer-events: none !important; position: fixed !important; background: #ff5d5b26 !important; - outline: 4px solid #ff00c3 !important; - //border: 4px solid #ff5d5b !important; + outline: 2px solid #ff00c3 !important; z-index: 2147483647 !important; - //border-radius: 5px; top: ${(p: HighlighterOutlineProps) => p.top}px; left: ${(p: HighlighterOutlineProps) => p.left}px; width: ${(p: HighlighterOutlineProps) => p.width}px;