+
{refsWithSnippets.map(
({ ref, content, start, highlightStart, highlightEnd, totalLines }) => {
const nodeColor = ref.label
diff --git a/gitnexus-web/src/components/FileTreePanel.tsx b/gitnexus-web/src/components/FileTreePanel.tsx
index 98c20c68a..70a9a826c 100644
--- a/gitnexus-web/src/components/FileTreePanel.tsx
+++ b/gitnexus-web/src/components/FileTreePanel.tsx
@@ -384,7 +384,7 @@ export const FileTreePanel = ({ onFocusNode }: FileTreePanelProps) => {
{/* File tree */}
-
+
{fileTree.length === 0 ? (
No files loaded
) : (
@@ -406,7 +406,7 @@ export const FileTreePanel = ({ onFocusNode }: FileTreePanelProps) => {
)}
{activeTab === 'filters' && (
-
+
Node Types
diff --git a/gitnexus-web/src/components/ProcessesPanel.tsx b/gitnexus-web/src/components/ProcessesPanel.tsx
index 5ea887c63..784cec90c 100644
--- a/gitnexus-web/src/components/ProcessesPanel.tsx
+++ b/gitnexus-web/src/components/ProcessesPanel.tsx
@@ -361,7 +361,7 @@ export const ProcessesPanel = () => {
{/* Process list */}
-
+
{/* View All Processes Card */}
{showResults && queryResult.rows.length > 0 && (
-
+
diff --git a/gitnexus-web/src/components/RightPanel.tsx b/gitnexus-web/src/components/RightPanel.tsx
index 3e063a168..328e4b8c5 100644
--- a/gitnexus-web/src/components/RightPanel.tsx
+++ b/gitnexus-web/src/components/RightPanel.tsx
@@ -290,7 +290,7 @@ export const RightPanel = () => {
)}
{/* Messages */}
-
+
{chatMessages.length === 0 ? (
@@ -416,7 +416,7 @@ export const RightPanel = () => {
onKeyDown={handleKeyDown}
placeholder="Ask about the codebase..."
rows={1}
- className="scrollbar-thin min-h-[36px] flex-1 resize-none border-none bg-transparent text-sm text-text-primary outline-none placeholder:text-text-muted"
+ className="min-h-[36px] flex-1 resize-none border-none bg-transparent text-sm text-text-primary outline-none placeholder:text-text-muted"
style={{ height: '36px', overflowY: 'hidden' }}
/>