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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user