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

View File

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