mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 16:45:02 +00:00
added 'fixed' property to background so that it does not scroll
This commit is contained in:
@@ -143,7 +143,8 @@ erpnext.startup.set_periodic_updates = function() {
|
||||
}
|
||||
|
||||
erpnext.set_user_background = function(src) {
|
||||
set_style(repl('#body_div { background: url("files/%(src)s") repeat;}', {src:src}))
|
||||
set_style(repl('#body_div { background: url("files/%(src)s") repeat fixed;}',
|
||||
{src:src}))
|
||||
}
|
||||
|
||||
// subject, sender, description
|
||||
|
||||
Reference in New Issue
Block a user