I have a bug on my website, I am making a dashboard and I'm using a left navigation type and a middle content. The bug is really annoying me because I can't fix it.
The left navigation uses a scroll and the content window uses a scoll, If i scroll above the left navigation activity feed the scrollbar ends up way out of position and I really want to fix this.
The link to my website where you can see the bug
HTML CODE
<ul id="NS-02">
<li><div class="avatar-small"></div></li>
<li><div class="avatar-small"></div></li>
<li><div class="avatar-small"></div></li>
<li><div class="avatar-small"></div></li>
<li><div class="avatar-small"></div></li>
<li><div class="avatar-small"></div></li>
<li><div class="avatar-small"></div></li>
</ul>
CSS CODE
div.activity-feed {
background-color: #35383f;
width: 290px;
height: 315px;
position: absolute;
bottom: 50px;
}
div.activity-header {
font-size: 7pt;
font-weight: 700;
color: #969696;
text-transform: uppercase;
text-align: center;
padding: 10px 0 0 0;
}
ul {
width: 240px;
height: 240px;
}
ul li {
list-style: none;
margin: 0;
padding: 0;
}