1. 31 Aug, 2022 6 commits
  2. 30 Aug, 2022 13 commits
  3. 29 Aug, 2022 10 commits
  4. 26 Aug, 2022 7 commits
  5. 25 Aug, 2022 2 commits
  6. 24 Aug, 2022 2 commits
    • Lyza Danger Gardner's avatar
    • Robert Knight's avatar
      Ensure `<hypothesis-*>` elements do not clip their contents · 78650f67
      Robert Knight authored
      Work around an issue on OpenStax pages where a `* { overflow: auto }` rule
      causes `<hypothesis-*>` elements to clip their contents. This issue prevented
      the adder toolbar from being shown when text was selected.
      
      I chose to use a `:host` rule here so that the rule could be colocated in the
      same stylesheet as the rest of the styles related to these elements. However
      this does mean that `!important` needs to be used for any rule that might
      conflict with a host page rule. See Stack Overflow links in comments.
      
      Fixes #4641
      78650f67