Quantcast

Increase the strata on the dropdown menu

Adrian L Lange [10-23-14 - 19:20]
Increase the strata on the dropdown menu
Filename
Config.lua
diff --git a/Config.lua b/Config.lua
index bd187be..f3060c1 100644
--- a/Config.lua
+++ b/Config.lua
@@ -233,6 +233,7 @@ do
 		local Menu = CreateFrame('Frame', nil, Dropdown)
 		Menu:SetPoint('TOPLEFT', Dropdown, 'BOTTOMLEFT', 0, 4)
 		Menu:SetBackdrop(BACKDROP)
+		Menu:SetFrameStrata('DIALOG')
 		Menu:Hide()
 		Menu.key = key
 		Menu.items = {}