mrephabricator added a subscriber: Nikki.
mrephabricator added a comment.

  @Nikki was able to help identify that this problem is caused by a `textarea` 
with `inset: -9999px auto -9999px auto` set as an HTML style attribute.
  
  Upon adding the following to my user CSS, it now works beautifully again:
  
    textarea {
        inset: auto auto auto auto !important;
    }
  
  The `textarea` also problematically has no `id` or `class`, and can be 
inserted at any position, so overriding for all `textarea` elements is 
necessary.

TASK DETAIL
  https://phabricator.wikimedia.org/T321441

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: mrephabricator
Cc: Nikki, Aklapper, mrephabricator, Astuthiodit_1, karapayneWMDE, Invadibot, 
Manishagoenka, maantietaja, cristiana023, ItamarWMDE, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, JGirault, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331, Jay8g
_______________________________________________
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org

Reply via email to