anki/ts/reviewer
Hikaru Y d2176ff712
Fix page scrolling when input box loses focus (#2508)
… if page content exceeds viewport.

- Set 'opacity' to 0 instead of setting 'left' to a large negative
  value to create an invisible but focusable button.
- Prevent page from scrolling by setting 'left/top' to the values
  of 'scrollX/scrollY'.
2023-05-22 13:57:39 +10:00
..
answering.ts Ensure state mutator runs after card is rendered (#2421) 2023-03-16 16:31:00 +10:00
image_occlusion.ts Fix null error on window resizing (#2501) 2023-05-17 16:52:38 +10:00
images.ts Refactor CSS/image preloading; implement custom font preloading (#2356) 2023-05-10 13:26:02 +10:00
index_wrapper.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
index.ts Fix page scrolling when input box loses focus (#2508) 2023-05-22 13:57:39 +10:00
preload.ts Fix custom font preloading sometimes not working (#2493) 2023-05-11 14:10:29 +10:00
reviewer_extras.ts Feature image occlusion (#2367) 2023-03-29 12:33:19 +10:00
reviewer.scss Revamp Preferences, implement Minimalist Mode and Qt widget gallery to test GUI changes (#2289) 2023-01-18 21:24:16 +10:00
tsconfig.json Move away from Bazel (#2202) 2022-11-27 15:24:20 +10:00