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

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