ensure overlays show on top of relative+absolute positioning like green pluses

This commit is contained in:
2024-11-30 15:30:17 -07:00
parent 658214abb6
commit 5effb76cf5
13 changed files with 15 additions and 3 deletions

View File

@@ -263,6 +263,7 @@ export default class OnboardingDialog extends Vue {
<style>
.dialog-overlay {
z-index: 40;
position: fixed;
top: 0;
left: 0;