diff --git a/webapp/src/assets/main.css b/webapp/src/assets/main.css index c8f4aea..bea0142 100644 --- a/webapp/src/assets/main.css +++ b/webapp/src/assets/main.css @@ -171,3 +171,14 @@ pre code { html, body { overflow-x: hidden; } +.sr-only { + position: absolute !important; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0 0 0 0); + white-space: nowrap; + border: 0; +} diff --git a/webapp/src/components/DFMapPopup.vue b/webapp/src/components/DFMapPopup.vue index 48f5c7f..689a81b 100644 --- a/webapp/src/components/DFMapPopup.vue +++ b/webapp/src/components/DFMapPopup.vue @@ -1,8 +1,11 @@