FIX: Overflow CSS was hiding selecting posts buttons
This commit is contained in:
parent
8bfb5b4e7b
commit
5dd81700f1
|
@ -898,12 +898,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