diff --git a/src/Classes/CalcSectionControl.lua b/src/Classes/CalcSectionControl.lua index 35e6d2696a..39e17783fa 100644 --- a/src/Classes/CalcSectionControl.lua +++ b/src/Classes/CalcSectionControl.lua @@ -384,7 +384,7 @@ function CalcSectionClass:DrawOverlay(viewPort, inputEvents) local totalHeight = self:GetOverlayHeight() -- Ensure it's above most other controls - SetDrawLayer(12) + SetDrawLayer(10) -- Draw background SetDrawColor(0.08, 0.08, 0.08, 0.95)