diff --git a/static/css/onboarding.css b/static/css/onboarding.css index 4ad20212..95903008 100644 --- a/static/css/onboarding.css +++ b/static/css/onboarding.css @@ -44,6 +44,13 @@ pointer-events: auto !important; } +/* Keep the fixed-position sidebar anchored when highlighted, otherwise + .onboarding-target-highlight's position: relative would pull it into + normal flow and it would move away from the spotlight cutout */ +.folder-sidebar.onboarding-target-highlight { + position: fixed; +} + .onboarding-popup { position: absolute; background: var(--lora-surface);