1
0
mirror of synced 2026-08-05 17:56:58 +00:00

FIX z-index was putting solved text above composer

This commit is contained in:
Kris
2018-12-06 10:13:21 -05:00
parent 5ddf911df8
commit a95d5024b1
+1 -1
View File
@@ -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