我试图将网页的高度设置为自动但没有成功。当文本增长时,它会与页脚重叠。有什么想法我弄错了吗?我想.main
在文本增长时扩展课程。
.main {
background-position: right bottom;
min-height: 1200px;
background-color: #FFFFFF;
background-image: url('../images/side-shape.png');
background-repeat: no-repeat;
height:auto !Important;
}