Fix map focus covering buttons

This commit is contained in:
James Lyne 2021-05-25 23:46:26 +01:00
parent 88b27490cb
commit b22e492099

View File

@ -301,6 +301,7 @@ export default defineComponent({
border: 0.2rem solid #cccccc;
display: block;
z-index: 2000;
pointer-events: none;
}
}
}