From 504bb78a8db9726cb387b0ef6475daa4bf184c1a Mon Sep 17 00:00:00 2001 From: Gazook89 Date: Sat, 24 Aug 2024 22:02:43 -0500 Subject: [PATCH] switching padding to margin using `padding-top` was breaking the navbar dropdowns (they would lose focus). --- .../brewRenderer/notificationPopup/notificationPopup.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/homebrew/brewRenderer/notificationPopup/notificationPopup.less b/client/homebrew/brewRenderer/notificationPopup/notificationPopup.less index dd4a23d0b..2982055c8 100644 --- a/client/homebrew/brewRenderer/notificationPopup/notificationPopup.less +++ b/client/homebrew/brewRenderer/notificationPopup/notificationPopup.less @@ -4,7 +4,7 @@ right : 24px; z-index : 10001; width : 450px; - padding-top : 5px; + margin-top : 5px; } .notificationPopup {