Also apply iframe solution to dispCommentDeclare etc.

This commit is contained in:
Kijin Sung 2025-05-14 02:43:04 +09:00
parent bd3e642d37
commit 1d558204d1
3 changed files with 22 additions and 12 deletions

View file

@ -18,10 +18,18 @@
};
</script>
<style>
.x.popup { width: 100vw; height: 100vh; display: flex; flex-direction: column; }
.x.popup > form { width: 100vw; height: 100vh; display: flex; flex-direction: column; margin: 0; }
.x.popup {
width: 100vw; height: 100vh;
display: flex; flex-direction: column;
}
.x.popup > form {
width: 100vw; height: 100vh;
display: flex; flex-direction: column;
margin: 0 !important;
}
.x_modal-header { flex: 0 0 auto; }
.x_modal-body { flex: 1; overflow: scroll; }
.x_modal-footer { padding-bottom: 24px !important; }
</style>
@else
<script>