Skip to content

Commit 08a6fe6

Browse files
committed
Fix missing aria role on root container
1 parent 3a94c48 commit 08a6fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<title>QuickSnip</title>
2525
</head>
2626
<body>
27-
<div id="root"></div>
27+
<div id="root" role="presentation"></div>
2828
<div id="modal-root"></div>
2929
<script type="module" src="/src/main.tsx"></script>
3030
</body>

0 commit comments

Comments
 (0)