fix: ensure namespace detail drawer has no transparency

Add explicit opacity: 1 to namespace detail drawer panel to prevent
any transparency issues in dark/light modes.

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
This commit is contained in:
2026-02-12 08:20:55 -05:00
parent 0cf259f0b9
commit 3436bfba64
+1
View File
@@ -109,6 +109,7 @@ function NamespaceDetailPanel({ namespace, onClose }: NamespaceDetailPanelProps)
overflowY: 'auto',
zIndex: 1200,
padding: '20px',
opacity: 1,
}}
>
<div