fix: preview container height overflow (#482)
All checks were successful
Build and Deploy / build-and-deploy (push) Has been skipped

This commit is contained in:
YangFong 2024-12-19 21:07:43 +08:00 committed by GitHub
parent b00b940d44
commit cf1e7610bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,7 +77,7 @@ section {
position: relative; position: relative;
margin: 0 -20px; margin: 0 -20px;
width: 375px; width: 375px;
min-height: 100vh; min-height: 100%;
padding: 20px; padding: 20px;
font-size: 14px; font-size: 14px;
box-sizing: border-box; box-sizing: border-box;