From 940ef5c245d29b1441bfa1a88c808f637075b109 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Fri, 22 Nov 2024 18:15:31 +0100 Subject: frontend: Ignore tabindex for container divs These two break the tabbing flow, instead focus the next item within the container. --- frontend/src/lib/gallery/Gallery.svelte | 2 +- frontend/src/routes/+layout.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/gallery/Gallery.svelte b/frontend/src/lib/gallery/Gallery.svelte index c3b6386..964c677 100644 --- a/frontend/src/lib/gallery/Gallery.svelte +++ b/frontend/src/lib/gallery/Gallery.svelte @@ -5,7 +5,7 @@ export let pages: PageFragment[]; -