tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

bug1949466-lapalabradeldia.com-fix-vanishing-letters.css (560B)


      1 /* This Source Code Form is subject to the terms of the Mozilla Public
      2 * License, v. 2.0. If a copy of the MPL was not distributed with this
      3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
      4 
      5 /**
      6 * lapalabradeldia.com - letters sometimes vanish as they are input
      7 * Bug #1949466 - https://bugzilla.mozilla.org/show_bug.cgi?id=1949466
      8 *
      9 * While playing the game, letters sometimes vanish when clicking on the
     10 * game's on-screen keyboard. This intervention works around the bug.
     11 */
     12 .react-card-front {
     13  transform-style: initial !important;
     14 }