fix(sidebar): increase scrolled sidebar header box-shadow intensity and size to improve visual separation

This commit is contained in:
2026-01-04 17:07:41 +00:00
parent 203a53a45d
commit 24a1f064ba
3 changed files with 8 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ export class WccSidebar extends DeesElement {
}
.sidebar-header.scrolled {
box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.4);
box-shadow: 0 8px 24px -2px rgba(0, 0, 0, 1);
border-bottom-color: var(--border);
}