mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 05:07:53 +08:00
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 {
|
||||
position: absolute;
|
||||
left: 100%;
|
||||
right: 0;
|
||||
z-index: 490;
|
||||
top: 8px;
|
||||
width: 200px;
|
||||
top: 3em;
|
||||
height: 100px;
|
||||
background-color: $secondary;
|
||||
|
||||
button {
|
||||
margin-left: 8px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user