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

This commit is contained in:
Julian Lam
2013-05-15 11:39:46 -04:00
parent e4364b5362
commit f767d3a007

View File

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