You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2022. It is now read-only.
Viewing comments on a page in reddit while not logged in displays a section that says "Want to add to the discussion?" among other things. This has a higher Z index than the "Sorted By: Best" div, so when you click the dropdown you cannot select anything else behind it.
You can resolve this by making the z-index of <section class="infobar `commentsignupbar"> be -1 or lower. Issue appears in Chrome, Firefox, and Edge.
Viewing comments on a page in reddit while not logged in displays a section that says "Want to add to the discussion?" among other things. This has a higher Z index than the "Sorted By: Best" div, so when you click the dropdown you cannot select anything else behind it.
You can resolve this by making the z-index of
<section
class="infobar `commentsignupbar"> be -1 or lower. Issue appears in Chrome, Firefox, and Edge.See https://imgur.com/a/L5dky for an example.
The text was updated successfully, but these errors were encountered: