mirror of
https://github.com/discourse/discourse-solved.git
synced 2025-07-04 12:52:17 +00:00
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…
x
Reference in New Issue
Block a user