Internal
Public Access
Fix mobile sidebar background - use --surface like desktop
This commit is contained in:
+1
-1
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user