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:
@@ -4,7 +4,7 @@
|
||||
right : 24px;
|
||||
z-index : 10001;
|
||||
width : 450px;
|
||||
padding-top : 5px;
|
||||
margin-top : 5px;
|
||||
}
|
||||
|
||||
.notificationPopup {
|
||||
|
||||
Reference in New Issue
Block a user