Fix a11y toolbar overlapping theme FAB — increase vertical offset

Bump a11y toolbar bottom from 3.5rem to 5rem when theme FAB is
present, ensuring the toggle button clears the FAB completely.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-04 13:58:02 -05:00
parent bde8fbbbc0
commit c52f6b833e

View File

@@ -17276,7 +17276,7 @@ html.a11y-pause-animations *::after {
/* When theme FAB is present, stack a11y toolbar above it */
body[data-theme-fab-enabled="1"] #mokoA11yToolbar {
bottom: 3.5rem;
bottom: 5rem;
}
/* Toggle button */