0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

switching padding to margin

using `padding-top` was breaking the navbar dropdowns (they would lose focus).
This commit is contained in:
Gazook89
2024-08-24 22:02:43 -05:00
parent 690c683943
commit 504bb78a8d

View File

@@ -4,7 +4,7 @@
right : 24px;
z-index : 10001;
width : 450px;
padding-top : 5px;
margin-top : 5px;
}
.notificationPopup {