left: -10000000px
-
Hi,
I’ve noticed today that my site (Hebrew, RTL) is having an horizontal scroll bar that wasn’t there before. Analyzing it I’ve noticed there’s a textarea added to the comment section. I’ve suspected antispam bee hence disabled it and the issue disappeared.
The CSS shows this additional code:
element.style {
width: 10px !important;
position: absolute !important;
left: -10000000px !important;
}to the HTML:
<textarea id=”241a827bdd9f2ebdf7ee2b7e9db67df6″ aria-hidden=”true” name=”comment” style=”width:10px !important;position:absolute !important;left:-10000000px !important”></textarea>You can view a screenshot here: https://imgur.com/a/OrYiU
I’ll continue checking to see if one the options will change anything. If so, I’ll report back.
Regards.
- The topic ‘left: -10000000px’ is closed to new replies.