Map bug? Black out rest of screen

Update seems to have change the map, it now is a small map in the left hand corner for me or if I enlarge it it covers 60% of the screen and it turns the rest of the screen black. Anyone know how to fix?

Turned all addons off no change.

Found a fix from another post nvm.
Fizzlemizz

2017 posts

70 Gnome Priest12225

May '19

/run WorldMapFrame.BlackoutFrame.Blackout:SetAlpha(0)

If you want to be able to interact with things around the map while it is open,

/run WorldMapFrame.BlackoutFrame:SetScript("OnShow", function(self) self:Hide() end)