Fix mobile sidebar background - use --surface like desktop

This commit is contained in:
Keith Smith
2025-12-27 08:58:36 -07:00
parent fcb5ab5ca3
commit c51fd846a2
+1 -1
View File
@@ -958,7 +958,7 @@ a:hover {
z-index: 100; /* Higher z-index */ z-index: 100; /* Higher z-index */
transform: translateX(-100%); transform: translateX(-100%);
transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out;
background: var(--bg-primary); background-color: var(--surface);
box-shadow: var(--shadow-lg); box-shadow: var(--shadow-lg);
overflow-y: auto; overflow-y: auto;
} }