fix: sometimes app main content not fill the window (#2208)

This commit is contained in:
Joel 2024-01-25 18:28:50 +08:00 committed by GitHub
parent 4ff17af5de
commit da83f8403e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,6 @@
.app {
height: calc(100vh - 56px);
flex-grow: 1;
height: 0;
border-radius: 16px 16px 0px 0px;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 0px 2px -1px rgba(0, 0, 0, 0.03);
}