UX: adjust bulk selection position to avoid edits (#24231)

This commit is contained in:
Kris 2023-11-08 09:08:33 -05:00 committed by GitHub
parent 5e3a54eb74
commit 1185458b17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;