client
client copied to clipboard
Adder occluded for certain gh views - z-index issue?
When trying to annotate a gh draft the modal is over top of the adder.
Does using the "a" / "h" keys to annotate still work?
Yes.
I can reproduce:
- Go to https://github.com/orgs/hypothesis/projects/120/views/1
- Click on a single issue so it opens
- Activate Hypothesis
- Highlight the repo name and issue number at the top of the issue
- The Adder is hidden behind the issue:
There are some strange z-indices on this page, but I can't tell if they apply to the popped out issue or not.
I can confirm this is a z-index issue. The element rendered over the adder has z-index: 10 (one of its parents, actually), while the adder has z-index: 3. Increasing it to something >10 fixes it.