Skip to content

Commit c4fab19

Browse files
aymuos15claude
andcommitted
fix: opaque background on nav dropdown to match page background
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ab98c7c commit c4fab19

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

styles/components/header.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@
5454
display: flex;
5555
flex-direction: column;
5656
gap: 0;
57-
padding: 0;
57+
padding: 0.4rem 0.6rem;
58+
background: var(--bg);
59+
border-radius: 4px;
5860
opacity: 0;
5961
pointer-events: none;
6062
transform: translateY(-8px);

0 commit comments

Comments
 (0)