This commit is contained in:
Timothy Jaeryang Baek
2026-08-30 17:45:50 -04:00
parent e4694f82eb
commit 120409ef01
2 changed files with 2 additions and 2 deletions

View File

@@ -482,7 +482,7 @@
? 'overflow-hidden h-full flex items-center justify-center overscroll-contain'
: 'overflow-y-auto h-full'}
bind:this={outerContainer}
role="region"
role="application"
aria-label={`${itemLabel} viewer`}
tabindex="0"
on:scroll={handleScroll}

View File

@@ -233,7 +233,7 @@
<div
bind:this={rootEl}
role="region"
role="application"
aria-label={`${itemLabel} preview`}
tabindex="0"
on:keydown={handleKeyDown}