making the toaster notifications have fixed positioning instead of abba-solute

v1.18.x
Julian Lam 12 years ago
parent e4364b5362
commit f767d3a007

@ -53,9 +53,9 @@ body {
} }
#notification_window { #notification_window {
position: absolute; position: fixed;
right: 20px; right: 20px;
top: 80px; top: 60px;
width: 300px; width: 300px;
height: 0px; height: 0px;
} }

Loading…
Cancel
Save