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
This is present on services using AF >= 3.11 and is a result of a change in how the css creates the arrow in Elements conflicting with the js from AF which polyfills the component on legacy browsers.
The double arrow is only present in the collapsed state
Services can fix this themselves by adding the following to their css:
details .arrow {
display: none!important;
}
The text was updated successfully, but these errors were encountered:
This is present on services using AF >= 3.11 and is a result of a change in how the css creates the arrow in Elements conflicting with the js from AF which polyfills the component on legacy browsers.
The double arrow is only present in the collapsed state
Services can fix this themselves by adding the following to their css:
The text was updated successfully, but these errors were encountered: