Skip to content

Commit

Permalink
Raise chat bubbles frames level.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wetxius committed May 3, 2016
1 parent f11ebd2 commit 8bf045b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ShestakUI/Modules/Skins/Blizzard/Bubbles.lua
Expand Up @@ -24,6 +24,7 @@ local function styleBubble(frame)
frame:SetBackdropBorderColor(unpack(C.media.border_color))
frame:SetClampedToScreen(false)
frame:SetFrameStrata("BACKGROUND")
frame:SetFrameLevel(3)
end

f:SetScript("OnUpdate", function(self, elapsed)
Expand Down

0 comments on commit 8bf045b

Please sign in to comment.