UX: adjust bulk selection position to avoid edits (#24231)
This commit is contained in:
parent
5e3a54eb74
commit
1185458b17
|
@ -1381,7 +1381,7 @@ span.mention {
|
|||
position: relative;
|
||||
.select-posts {
|
||||
position: absolute;
|
||||
right: 5em;
|
||||
right: 7em;
|
||||
z-index: z("dropdown");
|
||||
top: 0.5em;
|
||||
height: 100px;
|
||||
|
|
Loading…
Reference in New Issue