“Modal” on Dashboard not being included properly
-
I have this happening on a number of sites where a bunch of empty space is included on the Dashboard above the main content of the page.
Screenshot: https://cloudup.com/ce3HxhMizbg
You can see in Inspect Element that
#shortPixelProposeUpgradeShade
hasdisplay:none;
being assigned inline. Meanwhile,#shortPixelProposeUpgrade
looks to want to use.shortpixel-hide
which then isn’t actually applying any styling while it then has min-height & other inline styles which leave it displaying like what’s in the screenshot.Also, the Inspect Element shows the modal really doesn’t have any content in it outside of some containers & a close button so I’m not sure why it’s being included on this page at all (even if hidden.)
Even though it doesn’t appear to be outright breaking things, I’d love to see this cleaned up in a future version since it does have it appear like things are broken for users in the site admin.
- The topic ‘“Modal” on Dashboard not being included properly’ is closed to new replies.