Skip to content

Commit 8755fbe

Browse files
committed
fix: modify the full screen content height of the dialog box component not being fully supported
1 parent 37f3f45 commit 8755fbe

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)