* fix: fullscreen-modal width wrong * fix: ModalWrapper expose setModalHeight missing
@@ -150,5 +150,5 @@
}
- defineExpose({ scrollTop });
+ defineExpose({ scrollTop, setModalHeight });
</script>
@@ -4,10 +4,12 @@
.ant-modal {
inset: 0 !important;
width: 100% !important;
+ max-width: 100%;
height: 100%;
&-content {
+ overflow: hidden;