FIX: Overflow CSS was hiding selecting posts buttons

This commit is contained in:
Robin Ward 2016-02-22 22:07:23 -05:00
parent eb87cffa13
commit 360805afa8
1 changed files with 2 additions and 4 deletions

View File

@ -895,12 +895,10 @@ $topic-avatar-width: 45px;
.select-posts { .select-posts {
position: absolute; position: absolute;
left: 100%; right: 0;
z-index: 490; z-index: 490;
top: 8px; top: 3em;
width: 200px;
height: 100px; height: 100px;
background-color: $secondary;
button { button {
margin-left: 8px; margin-left: 8px;