forked from MapComplete/MapComplete
A11y: make review-form more accessible, disable minimap for screenreaders
This commit is contained in:
parent
de5d10ffa7
commit
df6e47faa8
4 changed files with 19 additions and 8 deletions
|
@ -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;")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue