Popup fixes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user