Popup fixes

This commit is contained in:
2026-06-27 17:47:38 -04:00
parent 34c52ffb9f
commit 835856e74c
6 changed files with 13 additions and 21 deletions

View File

@@ -247,7 +247,7 @@ const navball = computed(() => {
<style scoped>
.aircraft-popup {
position: fixed;
z-index: 9999;
z-index: 100;
pointer-events: auto;
background: rgba(0,0,0,0.88);
border: 1px solid rgba(200,200,220,0.3);