-
-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Border on Inspector fields not appearing on Firefox #342
Comments
This issue will be closed and archived in 3 days, as there has been no activity in the last 60 days. |
This issue will be closed and archived in 3 days, as there has been no activity in the last 60 days. |
Closed in favour of #498 - will be actioned in there. |
The bottom border on some Inspector fields do not appear to show in Firefox, but appear fine on Chrome. It seems to be the case for
autocomplete
anddropdown
types.Firefox
Chrome
It appears related to commit 1b8fae0 which was done to fix the placement of the "plus" icon floating out of the field, namely by adding
position: relative
to the fields. Removing this does fix the borders, but does make the original issue re-occur as well.Might need to look into perhaps using CSS grid for the Inspector popovers.
The text was updated successfully, but these errors were encountered: