FIX z-index was putting solved text above composer
This commit is contained in:
parent
5ddf911df8
commit
a95d5024b1
|
@ -14,7 +14,7 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
margin-right: -3px;
|
margin-right: -3px;
|
||||||
z-index: 999;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
// you can style accepted answers however your want
|
// you can style accepted answers however your want
|
||||||
|
|
Loading…
Reference in New Issue