mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat(web): announce notifications to screen readers (#12071)
This commit is contained in:
parent
98b3441cb1
commit
72ab664936
7 changed files with 46 additions and 14 deletions
|
|
@ -50,7 +50,7 @@
|
|||
bind:this={menuElement}
|
||||
class:max-h-[100vh]={isVisible}
|
||||
class:max-h-0={!isVisible}
|
||||
class="flex flex-col transition-all duration-[250ms] ease-in-out"
|
||||
class="flex flex-col transition-all duration-[250ms] ease-in-out outline-none"
|
||||
role="menu"
|
||||
tabindex="-1"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue