Browse Source

Merge pull request #74 from toyg/fix_posts_top

Fix #35 - 'Posts' misplaced in profile modal if timeline was scrolled
master
Giacomo Lacava 11 years ago
parent
commit
91b6187ac2
  1. 2
      css/style.css

2
css/style.css

@ -705,8 +705,6 @@ button.disabled:hover @@ -705,8 +705,6 @@ button.disabled:hover
}
.postboard h2.fixed
{
position: fixed;
top: 40px;
z-index: 2;
border-top: solid 4px #fbf9f6;
}

Loading…
Cancel
Save