We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21480ad + 5ef0b34 commit 253e2eeCopy full SHA for 253e2ee
src/components/NcModal/NcModal.vue
@@ -1136,7 +1136,7 @@ export default {
1136
1137
// We allow 90% max-height, but we need to ensure the header does not overlap the modal
1138
// as the modal is centered, we need the space on top and bottom
1139
- $max-modal-height: min(90%, calc(100% - 2 * var(--header-height)));
+ $max-modal-height: min(90%, calc(100% - 2 * var(--header-height) - 2 * var(--body-container-margin)));
1140
1141
// Sizing
1142
&--small {
0 commit comments