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