fix(dialog-box): update style problem (#1674)

This commit is contained in:
James 2024-06-25 20:22:02 -07:00 committed by GitHub
parent 4758a2635e
commit fc13e4344c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
overflow: auto;
margin: 0;
display: var(--ti-dialog-box-wrapper-display);
align-items: var(--ti-dialog-box-wrapper-align-items);