diff --git a/modules/GlobalCoolDown.lua b/modules/GlobalCoolDown.lua index d6381f7..1474623 100644 --- a/modules/GlobalCoolDown.lua +++ b/modules/GlobalCoolDown.lua @@ -28,7 +28,7 @@ function GlobalCoolDown.prototype:Enable(core) self:Show(false) - self.frame:SetFrameStrata("TOOLTIP") + self.frame:SetFrameStrata("LOW") self.CDSpellId = self:GetSpellId() end