Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Commit 82f3acf

Browse files
authored
Update reset.scss
Add min-height to fix lazy load issue
1 parent 68f20d4 commit 82f3acf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scss/base/reset.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ body {
2323
// adaptive images
2424
img {
2525
max-width: 100%;
26+
min-height: 1px;
2627
height: auto;
2728
}
2829

0 commit comments

Comments
 (0)