内容溢出内容区域

Tah*_*afa 0 html css

我有一个演示.为什么列表项溢出白色内容区域,我该如何解决?

body {
    line-height: 1;
    background:#7D93BD;
    font-size: 22px;
}
#content {
    width:80%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    padding: 10px 20px 30px 20px;
    background-color:#F8F8F8;
    color: #333333;
    font-family: Helvetica, Arial, sans-serif;
}
    #profileInfo {
    position: relative;
    top: 100px;
}
#profileInfo li {
    list-style-type: none;
    line-height: 1.4;
}
#profile_info_title {
    font-weight: bold;
}
Run Code Online (Sandbox Code Playgroud)

Mic*_*lle 5

你需要从#profileInfo ul中删除top:100px - 它将内容压缩100px.