FIX: Overflow CSS was hiding selecting posts buttons
This commit is contained in:
parent
eb87cffa13
commit
360805afa8
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue