fix(bluetooth): update filter container ID to btFilterGroup, document sticky offset

This commit is contained in:
James Smith
2026-03-29 15:29:07 +01:00
parent d2c00b4b2c
commit ab4745c70a
2 changed files with 2 additions and 1 deletions

View File

@@ -4983,6 +4983,7 @@ header h1 .tagline {
background: var(--bg-primary);
flex-shrink: 0;
position: sticky;
/* 44px = height of the sticky .wifi-device-list-header above this row */
top: 44px;
z-index: 3;
}