Skip to content

Commit

Permalink
fix: #683 修复最小高度引入的样式问题
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsonliu committed Jan 21, 2024
1 parent e232a99 commit 03f7a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sass/cherry.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
align-items: stretch;
align-content: flex-start;
height: 100%;
min-height: 100px;
min-height: 60px;
position: relative;
// overflow: hidden;

Expand Down

0 comments on commit 03f7a99

Please sign in to comment.