fix(search): set aria-hidden on highlighting divs
This commit is contained in:
parent
9dbbc9b431
commit
b52fae835e
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ export default function HighlightComic(props: Props) {
|
|||
<div
|
||||
key={bubble}
|
||||
className='box-border'
|
||||
aria-hidden
|
||||
style={{
|
||||
border: `1.5px dashed ${randomColour(
|
||||
props.page.id,
|
||||
|
|
Loading…
Reference in a new issue