A11y: make review-form more accessible, disable minimap for screenreaders

This commit is contained in:
Pieter Vander Vennet 2023-12-25 22:48:29 +01:00
parent de5d10ffa7
commit df6e47faa8
4 changed files with 19 additions and 8 deletions

View file

@ -111,7 +111,7 @@ export class MinimapViz implements SpecialVisualization {
state.layout.layers
)
return new SvelteUIElement(MaplibreMap, { map: mlmap })
return new SvelteUIElement(MaplibreMap, { interactive: false, map: mlmap })
.SetClass("h-40 rounded")
.SetStyle("overflow: hidden; pointer-events: none;")
}