Skip to content

Commit

Permalink
fix: preview container height overflow (doocs#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
YangFong authored Dec 19, 2024
1 parent b00b940 commit cf1e761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/less/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ section {
position: relative;
margin: 0 -20px;
width: 375px;
min-height: 100vh;
min-height: 100%;
padding: 20px;
font-size: 14px;
box-sizing: border-box;
Expand Down

0 comments on commit cf1e761

Please sign in to comment.