Raising z-index of bulk select button

This commit is contained in:
Kris 2018-07-22 21:40:50 -04:00
parent 35bc72ef30
commit 31a597797c
1 changed files with 1 additions and 1 deletions

View File

@ -733,7 +733,7 @@ a.mention-group {
.select-posts {
position: absolute;
right: 5em;
z-index: z("base") + 1;
z-index: z("dropdown");
top: 0.5em;
height: 100px;
button {