Skip to content

Commit a84c638

Browse files
author
Eric Hynds
committed
use fixed positioning instead of absolute (thx badluck13)
1 parent 118b085 commit a84c638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui.notify.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.ui-notify { width:350px; position:absolute; top:10px; right:10px; }
1+
.ui-notify { width:350px; position:fixed; top:10px; right:10px; }
22
.ui-notify-message { padding:10px; margin-bottom:15px; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px }
33
.ui-notify-message h1 { font-size:14px; margin:0; padding:0 }
44
.ui-notify-message p { margin:3px 0; padding:0; line-height:18px }

0 commit comments

Comments
 (0)