fix: removed z-index on .reaction-button (#20165)
This commit is contained in:
parent
b707712d73
commit
484821fe5e
1 changed files with 0 additions and 1 deletions
|
|
@ -95,7 +95,6 @@ function initializeCommentsPage() {
|
|||
var butts = document.getElementsByClassName('reaction-button');
|
||||
for (var i = 0; i < butts.length; i++) {
|
||||
var butt = butts[i];
|
||||
butt.style.zIndex = butts.length - i;
|
||||
butt.onclick = function (event) {
|
||||
var thisButt = this;
|
||||
event.preventDefault();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue