From 808a70682c51656c3f8622481c011bbd364d5768 Mon Sep 17 00:00:00 2001 From: Ulas Kalayci Date: Sat, 25 Apr 2026 22:22:17 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20role=3Dpresentation=20from=20mo?= =?UTF-8?q?dal=20overlay=20=E2=80=94=20restores=20screen=20reader=20access?= =?UTF-8?q?ibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/components/modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/components/modal.js b/public/components/modal.js index d987ff9..a53d344 100644 --- a/public/components/modal.js +++ b/public/components/modal.js @@ -218,7 +218,7 @@ export function openModal({ title, content, onSave, onDelete, size = 'md' } = {} const sizeClass = size !== 'md' ? ` modal-panel--${size}` : ''; const html = ` -