mirror of
https://github.com/doocs/md.git
synced 2025-01-22 20:04:39 +08:00
fix: preview container height overflow (#482)
All checks were successful
Build and Deploy / build-and-deploy (push) Has been skipped
All checks were successful
Build and Deploy / build-and-deploy (push) Has been skipped
This commit is contained in:
parent
b00b940d44
commit
cf1e7610bd
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user