Skip to content

Commit 47050d0

Browse files
authored
fix: modify the full screen content height of the dialog box component not being fully supported (#2947)
1 parent 99959f9 commit 47050d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/theme/src/dialog-box/index.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
&.is-fullscreen &__body {
5757
flex: 1;
5858
overflow: scroll;
59+
max-height: 100vh;
5960
}
6061

6162
& &__header {

0 commit comments

Comments
 (0)