For Shadowlands WoW, my suggestion is as follows…
In the UIParent.lua file on line 2509 in the function UIParent_UpdateTopFramePositions() , it says:
BuffFrame:SetPoint(“TOPRIGHT”, MinimapCluster, “TOPLEFT”, -10, y);
Can you please change this to say…
if (not BuffFrame:IsUserPlaced()) then
BuffFrame:SetPoint(“TOPRIGHT”, MinimapCluster, “TOPLEFT”, -10, y);
end
If not, cause you please tell me why? (if willing)
Thank You