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
.panel-body receives tab focus in Firefox, and presumably so does any other overflow: auto element. Consider whether this is desirable from an accessibility perspective. If so, handle the focus outline correctly. (It's currently clipped by the parent's overflow settings.
The text was updated successfully, but these errors were encountered:
.panel-body
receives tab focus in Firefox, and presumably so does any otheroverflow: auto
element. Consider whether this is desirable from an accessibility perspective. If so, handle the focus outline correctly. (It's currently clipped by the parent'soverflow
settings.The text was updated successfully, but these errors were encountered: