FIX: Overflow CSS was hiding selecting posts buttons

This commit is contained in:
Robin Ward 2016-02-22 22:07:23 -05:00
parent 8bfb5b4e7b
commit 5dd81700f1

View File

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