diff --git a/src/components/NcContent/NcContent.vue b/src/components/NcContent/NcContent.vue index 8660b8b6b6..1f14942028 100644 --- a/src/components/NcContent/NcContent.vue +++ b/src/components/NcContent/NcContent.vue @@ -74,8 +74,10 @@ It also will set the skip content buttons needed for accessibility.
-
-

{{ t('Keyboard navigation help') }}

+
+ + {{ t('Keyboard navigation help') }} +
// Remove server stylings and add a backdrop -#skip-actions:focus-within { +#skip-actions.vue-skip-actions:focus-within { top: 0!important; left: 0!important; width: 100vw; @@ -191,9 +195,18 @@ export default {