From 684e15c58e8d5dc549f58ec83d467d8d720209a1 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Thu, 23 Oct 2014 21:20:31 +0200 Subject: [PATCH] Increase the strata on the dropdown menu --- Config.lua | 1 + 1 file changed, 1 insertion(+) 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 = {} -- 1.7.9.5