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

Nudge popups left

This commit is contained in:
G.Ambatte
2024-06-06 22:31:05 +12:00
parent 866548deec
commit 359a64968c

View File

@@ -1,7 +1,7 @@
.popups{
position : fixed;
top : @navbarHeight;
right : 15px;
right : 24px;
z-index : 10001;
width : 450px;
}