Css,内容不停留在边界内

Dav*_*vey 3 html css

我将此 div 的高度设置为 100%,但内容不断溢出。

这是页面:http : //cowgirlsbaking.com/membership

CSS:

#content {

 margin-left: auto;
 margin-right: auto;
 background-color: #FCF6E9;
 width:868px;
 height:100%;
 min-height: 650px;
 -moz-border-radius: 15px;
 -webkit-border-radius: 15px;
 border: 10px solid #EB7CDB;
Run Code Online (Sandbox Code Playgroud)

Ger*_*der 6

添加overflow: auto;#content.