mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 23:06:57 +08:00
Raising z-index of bulk select button
This commit is contained in:
parent
35bc72ef30
commit
31a597797c
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user