MS Edge problem
-
On MS Edge the Shared menu from the WP-admin bar overlaps the site. See screenshot:
https://snipboard.io/HnVQX2.jpgDoes not happen on Chrome.
Workaround is to remove the link from the WP-Admin menu through CSS.
#wp-admin-bar-shared_counts {
display: none !important;
}
- The topic ‘MS Edge problem’ is closed to new replies.