Also apply iframe solution to dispTempSavedList

This commit is contained in:
Kijin Sung 2025-05-14 02:32:23 +09:00
parent 7157181726
commit d1d278719c
4 changed files with 12 additions and 7 deletions

View file

@ -18,8 +18,7 @@
};
</script>
<style>
.x.popup { width: 100vw; height: 100vh; }
.x.popup > div { width: 100vw; height: 100vh; display: flex; flex-direction: column; }
.x.popup { width: 100vw; height: 100vh; display: flex; flex-direction: column; }
.x_modal-header { flex: 0 0 auto; }
.x_modal-body { flex: 1; overflow: scroll; }
</style>