diff --git a/Bagnon/components/frame.lua b/Bagnon/components/frame.lua index 14aa6cb..4ed3816 100644 --- a/Bagnon/components/frame.lua +++ b/Bagnon/components/frame.lua @@ -390,7 +390,7 @@ function Frame:SetFrameLayer(layer) local strata, topLevel = nil, false if layer == 'TOPLEVEL' then - strata = 'HIGH' + strata = 'DIALOG' topLevel = true elseif layer == 'MEDIUMLOW' then strata = 'LOW'