No need for z-index: 2 here.

This commit is contained in:
ccd0 2016-09-29 10:10:35 -07:00
parent 9be1723217
commit a1138f18c7

View File

@ -859,7 +859,7 @@ div[data-checked="false"] > .suboption-list {
text-overflow: ellipsis; text-overflow: ellipsis;
} }
.catalog-post > * > .fileText:hover { .catalog-post > * > .fileText:hover {
z-index: 2; z-index: 1;
} }
/* overrides 4chan CSS on div.post div.postInfo */ /* overrides 4chan CSS on div.post div.postInfo */
.catalog-post > .postInfo.postInfo { .catalog-post > .postInfo.postInfo {